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