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