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