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