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