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