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