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