Struct terminfo::capability::CursorRight [−][src]
pub struct CursorRight<'a>(_);
Methods
impl<'a> CursorRight<'a>
[src]
impl<'a> CursorRight<'a>
pub fn expand(&self) -> Expansion<CursorRight>
[src]
pub fn expand(&self) -> Expansion<CursorRight>
Begin expanding the capability.
Trait Implementations
impl<'a> Eq for CursorRight<'a>
[src]
impl<'a> Eq for CursorRight<'a>
impl<'a> PartialEq for CursorRight<'a>
[src]
impl<'a> PartialEq for CursorRight<'a>
fn eq(&self, other: &CursorRight<'a>) -> bool
[src]
fn eq(&self, other: &CursorRight<'a>) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &CursorRight<'a>) -> bool
[src]
fn ne(&self, other: &CursorRight<'a>) -> bool
This method tests for !=
.
impl<'a> Clone for CursorRight<'a>
[src]
impl<'a> Clone for CursorRight<'a>
fn clone(&self) -> CursorRight<'a>
[src]
fn clone(&self) -> CursorRight<'a>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl<'a> Debug for CursorRight<'a>
[src]
impl<'a> Debug for CursorRight<'a>
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl<'a> Capability<'a> for CursorRight<'a>
[src]
impl<'a> Capability<'a> for CursorRight<'a>
fn name() -> &'static str
[src]
fn name() -> &'static str
Returns the name of the capability in its long form.
fn from(value: Option<&'a Value>) -> Option<CursorRight<'a>>
[src]
fn from(value: Option<&'a Value>) -> Option<CursorRight<'a>>
Parse the capability from its raw value.
fn into(self) -> Option<Value>
[src]
fn into(self) -> Option<Value>
Convert the capability into its raw value.
impl<'a, T: AsRef<&'a [u8]>> From<T> for CursorRight<'a>
[src]
impl<'a, T: AsRef<&'a [u8]>> From<T> for CursorRight<'a>
impl<'a> AsRef<[u8]> for CursorRight<'a>
[src]
impl<'a> AsRef<[u8]> for CursorRight<'a>
Auto Trait Implementations
impl<'a> Send for CursorRight<'a>
impl<'a> Send for CursorRight<'a>
impl<'a> Sync for CursorRight<'a>
impl<'a> Sync for CursorRight<'a>