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