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