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