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