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