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