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