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