pub struct UntilNewline;
Expand description
Clear from cursor to newline.
Trait Implementations§
Source§impl AsRef<[u8]> for UntilNewline
impl AsRef<[u8]> for UntilNewline
Source§impl AsRef<str> for UntilNewline
impl AsRef<str> for UntilNewline
Source§impl Clone for UntilNewline
impl Clone for UntilNewline
Source§fn clone(&self) -> UntilNewline
fn clone(&self) -> UntilNewline
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Display for UntilNewline
impl Display for UntilNewline
impl Copy for UntilNewline
Auto Trait Implementations§
impl Freeze for UntilNewline
impl RefUnwindSafe for UntilNewline
impl Send for UntilNewline
impl Sync for UntilNewline
impl Unpin for UntilNewline
impl UnwindSafe for UntilNewline
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)