pub struct BeforeCursor;
Expand description
Clear everything before the cursor.
Trait Implementations§
Source§impl AsRef<[u8]> for BeforeCursor
impl AsRef<[u8]> for BeforeCursor
Source§impl AsRef<str> for BeforeCursor
impl AsRef<str> for BeforeCursor
Source§impl Clone for BeforeCursor
impl Clone for BeforeCursor
Source§fn clone(&self) -> BeforeCursor
fn clone(&self) -> BeforeCursor
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 BeforeCursor
impl Display for BeforeCursor
impl Copy for BeforeCursor
Auto Trait Implementations§
impl Freeze for BeforeCursor
impl RefUnwindSafe for BeforeCursor
impl Send for BeforeCursor
impl Sync for BeforeCursor
impl Unpin for BeforeCursor
impl UnwindSafe for BeforeCursor
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
)