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