pub struct LineIndicators {
pub context: u8,
pub old: u8,
pub new: u8,
}Fields§
§context: u8§old: u8§new: u8Trait Implementations§
Source§impl Clone for LineIndicators
impl Clone for LineIndicators
Source§fn clone(&self) -> LineIndicators
fn clone(&self) -> LineIndicators
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 LineIndicators
Source§impl Debug for LineIndicators
impl Debug for LineIndicators
Source§impl Default for LineIndicators
impl Default for LineIndicators
impl Eq for LineIndicators
Source§impl PartialEq for LineIndicators
impl PartialEq for LineIndicators
Source§fn eq(&self, other: &LineIndicators) -> bool
fn eq(&self, other: &LineIndicators) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LineIndicators
Auto Trait Implementations§
impl Freeze for LineIndicators
impl RefUnwindSafe for LineIndicators
impl Send for LineIndicators
impl Sync for LineIndicators
impl Unpin for LineIndicators
impl UnsafeUnpin for LineIndicators
impl UnwindSafe for LineIndicators
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