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