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