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