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