pub struct PanelPaned { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for PanelPaned
impl !Sync for PanelPaned
impl !Unpin for PanelPaned
impl Freeze for PanelPaned
impl RefUnwindSafe for PanelPaned
impl UnsafeUnpin for PanelPaned
impl UnwindSafe for PanelPaned
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