pub struct HSession { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for HSession
impl !UnwindSafe for HSession
impl Freeze for HSession
impl Send for HSession
impl Sync for HSession
impl Unpin for HSession
impl UnsafeUnpin for HSession
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