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