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