pub struct __DASession(/* private fields */);Auto Trait Implementations§
impl Freeze for __DASession
impl RefUnwindSafe for __DASession
impl Send for __DASession
impl Sync for __DASession
impl Unpin for __DASession
impl UnwindSafe for __DASession
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