pub struct LegendToken { /* private fields */ }Expand description
Token representing an active legend
Implementations§
Source§impl LegendToken
impl LegendToken
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LegendToken
impl RefUnwindSafe for LegendToken
impl Send for LegendToken
impl Sync for LegendToken
impl Unpin for LegendToken
impl UnwindSafe for LegendToken
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