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