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