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