pub struct LeadState { /* private fields */ }Expand description
State for lead(): maintains a buffer and reads ahead.
Auto Trait Implementations§
impl Freeze for LeadState
impl RefUnwindSafe for LeadState
impl Send for LeadState
impl Sync for LeadState
impl Unpin for LeadState
impl UnsafeUnpin for LeadState
impl UnwindSafe for LeadState
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