pub struct dashboard;Trait Implementations§
Auto Trait Implementations§
impl Freeze for dashboard
impl RefUnwindSafe for dashboard
impl Send for dashboard
impl Sync for dashboard
impl Unpin for dashboard
impl UnwindSafe for dashboard
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