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