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