pub struct SemanticEntity { /* private fields */ }Expand description
One semantic entity exposed by an OpenBIM source.
Implementations§
Trait Implementations§
Source§impl Clone for SemanticEntity
impl Clone for SemanticEntity
Source§fn clone(&self) -> SemanticEntity
fn clone(&self) -> SemanticEntity
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SemanticEntity
impl Debug for SemanticEntity
Source§impl PartialEq for SemanticEntity
impl PartialEq for SemanticEntity
impl Eq for SemanticEntity
impl StructuralPartialEq for SemanticEntity
Auto Trait Implementations§
impl Freeze for SemanticEntity
impl RefUnwindSafe for SemanticEntity
impl Send for SemanticEntity
impl Sync for SemanticEntity
impl Unpin for SemanticEntity
impl UnwindSafe for SemanticEntity
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more