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