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