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