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