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