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