pub struct VisualLine { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for VisualLine
impl Clone for VisualLine
Source§fn clone(&self) -> VisualLine
fn clone(&self) -> VisualLine
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VisualLine
Source§impl Debug for VisualLine
impl Debug for VisualLine
impl Eq for VisualLine
Source§impl PartialEq for VisualLine
impl PartialEq for VisualLine
Source§fn eq(&self, other: &VisualLine) -> bool
fn eq(&self, other: &VisualLine) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VisualLine
Auto Trait Implementations§
impl Freeze for VisualLine
impl RefUnwindSafe for VisualLine
impl Send for VisualLine
impl Sync for VisualLine
impl Unpin for VisualLine
impl UnsafeUnpin for VisualLine
impl UnwindSafe for VisualLine
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