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