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