pub struct SemanticRelationship(/* private fields */);Expand description
A host-registered semantic relationship or grouping identity.
Implementations§
Trait Implementations§
Source§impl Clone for SemanticRelationship
impl Clone for SemanticRelationship
Source§fn clone(&self) -> SemanticRelationship
fn clone(&self) -> SemanticRelationship
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 SemanticRelationship
impl Debug for SemanticRelationship
Source§impl Hash for SemanticRelationship
impl Hash for SemanticRelationship
Source§impl Ord for SemanticRelationship
impl Ord for SemanticRelationship
Source§fn cmp(&self, other: &SemanticRelationship) -> Ordering
fn cmp(&self, other: &SemanticRelationship) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SemanticRelationship
impl PartialEq for SemanticRelationship
Source§impl PartialOrd for SemanticRelationship
impl PartialOrd for SemanticRelationship
impl Eq for SemanticRelationship
impl StructuralPartialEq for SemanticRelationship
Auto Trait Implementations§
impl Freeze for SemanticRelationship
impl RefUnwindSafe for SemanticRelationship
impl Send for SemanticRelationship
impl Sync for SemanticRelationship
impl Unpin for SemanticRelationship
impl UnwindSafe for SemanticRelationship
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