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