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