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