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