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