pub struct CursorNextLine {
pub count: usize,
}Fields§
§count: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for CursorNextLine
impl RefUnwindSafe for CursorNextLine
impl Send for CursorNextLine
impl Sync for CursorNextLine
impl Unpin for CursorNextLine
impl UnwindSafe for CursorNextLine
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