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