pub struct MarkerLabel(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for MarkerLabel
impl Clone for MarkerLabel
Source§fn clone(&self) -> MarkerLabel
fn clone(&self) -> MarkerLabel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Display for MarkerLabel
impl Display for MarkerLabel
Source§impl From<char> for MarkerLabel
impl From<char> for MarkerLabel
Auto Trait Implementations§
impl Freeze for MarkerLabel
impl RefUnwindSafe for MarkerLabel
impl Send for MarkerLabel
impl Sync for MarkerLabel
impl Unpin for MarkerLabel
impl UnwindSafe for MarkerLabel
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