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