pub struct session_record { /* private fields */ }Trait Implementations§
Source§impl Clone for session_record
impl Clone for session_record
Source§fn clone(&self) -> session_record
fn clone(&self) -> session_record
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 session_record
impl Debug for session_record
impl Copy for session_record
Auto Trait Implementations§
impl Freeze for session_record
impl RefUnwindSafe for session_record
impl Send for session_record
impl Sync for session_record
impl Unpin for session_record
impl UnwindSafe for session_record
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