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