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