pub enum VirtLinesOverflow {
Scroll,
Trunc,
}Variants§
Trait Implementations§
Source§impl Clone for VirtLinesOverflow
impl Clone for VirtLinesOverflow
Source§fn clone(&self) -> VirtLinesOverflow
fn clone(&self) -> VirtLinesOverflow
Returns a duplicate 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 Debug for VirtLinesOverflow
impl Debug for VirtLinesOverflow
Source§impl From<VirtLinesOverflow> for String
impl From<VirtLinesOverflow> for String
Source§fn from(virt_lines_overflow: VirtLinesOverflow) -> Self
fn from(virt_lines_overflow: VirtLinesOverflow) -> Self
Converts to this type from the input type.
Source§impl PartialEq for VirtLinesOverflow
impl PartialEq for VirtLinesOverflow
impl Copy for VirtLinesOverflow
impl Eq for VirtLinesOverflow
impl StructuralPartialEq for VirtLinesOverflow
Auto Trait Implementations§
impl Freeze for VirtLinesOverflow
impl RefUnwindSafe for VirtLinesOverflow
impl Send for VirtLinesOverflow
impl Sync for VirtLinesOverflow
impl Unpin for VirtLinesOverflow
impl UnwindSafe for VirtLinesOverflow
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§impl<T> IntoResult<T> for T
impl<T> IntoResult<T> for T
Source§type Error = Infallible
type Error = Infallible
The error type in the returned
Result.Source§fn into_result(self) -> Result<T, <T as IntoResult<T>>::Error>
fn into_result(self) -> Result<T, <T as IntoResult<T>>::Error>
Converts the value into a
Result.