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