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