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