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