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