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