pub struct HasRepresentationPropertyIriOrLabel;Trait Implementations§
source§impl PartialEq<&str> for HasRepresentationPropertyIriOrLabel
impl PartialEq<&str> for HasRepresentationPropertyIriOrLabel
source§impl PartialEq<HasRepresentationPropertyIriOrLabel> for &str
impl PartialEq<HasRepresentationPropertyIriOrLabel> for &str
source§fn eq(&self, other: &HasRepresentationPropertyIriOrLabel) -> bool
fn eq(&self, other: &HasRepresentationPropertyIriOrLabel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for HasRepresentationPropertyIriOrLabel
impl RefUnwindSafe for HasRepresentationPropertyIriOrLabel
impl Send for HasRepresentationPropertyIriOrLabel
impl Sync for HasRepresentationPropertyIriOrLabel
impl Unpin for HasRepresentationPropertyIriOrLabel
impl UnwindSafe for HasRepresentationPropertyIriOrLabel
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