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