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