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