Struct terminfo::capability::EatNewlineGlitch
source · pub struct EatNewlineGlitch(pub bool);
Tuple Fields§
§0: bool
Trait Implementations§
source§impl<'a> Capability<'a> for EatNewlineGlitch
impl<'a> Capability<'a> for EatNewlineGlitch
source§impl Clone for EatNewlineGlitch
impl Clone for EatNewlineGlitch
source§fn clone(&self) -> EatNewlineGlitch
fn clone(&self) -> EatNewlineGlitch
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 Debug for EatNewlineGlitch
impl Debug for EatNewlineGlitch
source§impl From<EatNewlineGlitch> for bool
impl From<EatNewlineGlitch> for bool
source§fn from(cap: EatNewlineGlitch) -> Self
fn from(cap: EatNewlineGlitch) -> Self
Converts to this type from the input type.
source§impl PartialEq for EatNewlineGlitch
impl PartialEq for EatNewlineGlitch
source§fn eq(&self, other: &EatNewlineGlitch) -> bool
fn eq(&self, other: &EatNewlineGlitch) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for EatNewlineGlitch
impl Eq for EatNewlineGlitch
impl StructuralPartialEq for EatNewlineGlitch
Auto Trait Implementations§
impl Freeze for EatNewlineGlitch
impl RefUnwindSafe for EatNewlineGlitch
impl Send for EatNewlineGlitch
impl Sync for EatNewlineGlitch
impl Unpin for EatNewlineGlitch
impl UnwindSafe for EatNewlineGlitch
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