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