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