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