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