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