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