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