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