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