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