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