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