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