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
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