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