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 · 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 VisualLine
impl Debug for VisualLine
Source§impl PartialEq for VisualLine
impl PartialEq for VisualLine
impl Copy for VisualLine
impl Eq for VisualLine
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