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