pub struct __DASession { /* private fields */ }Trait Implementations§
Source§impl Clone for __DASession
impl Clone for __DASession
Source§fn clone(&self) -> __DASession
fn clone(&self) -> __DASession
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for __DASession
impl Debug for __DASession
impl Copy for __DASession
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