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