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