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