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