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