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