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