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