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