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