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