Struct terminfo::capability::SetLeftMargin
source · pub struct SetLeftMargin<'a>(/* private fields */);
Implementations§
source§impl<'a> SetLeftMargin<'a>
impl<'a> SetLeftMargin<'a>
sourcepub fn expand(&self) -> Expansion<'_, SetLeftMargin<'_>>
pub fn expand(&self) -> Expansion<'_, SetLeftMargin<'_>>
Begin expanding the capability.
Trait Implementations§
source§impl<'a> AsRef<[u8]> for SetLeftMargin<'a>
impl<'a> AsRef<[u8]> for SetLeftMargin<'a>
source§impl<'a> Capability<'a> for SetLeftMargin<'a>
impl<'a> Capability<'a> for SetLeftMargin<'a>
source§impl<'a> Clone for SetLeftMargin<'a>
impl<'a> Clone for SetLeftMargin<'a>
source§fn clone(&self) -> SetLeftMargin<'a>
fn clone(&self) -> SetLeftMargin<'a>
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<'a> Debug for SetLeftMargin<'a>
impl<'a> Debug for SetLeftMargin<'a>
source§impl<'a> PartialEq for SetLeftMargin<'a>
impl<'a> PartialEq for SetLeftMargin<'a>
source§fn eq(&self, other: &SetLeftMargin<'a>) -> bool
fn eq(&self, other: &SetLeftMargin<'a>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<'a> Eq for SetLeftMargin<'a>
impl<'a> StructuralPartialEq for SetLeftMargin<'a>
Auto Trait Implementations§
impl<'a> Freeze for SetLeftMargin<'a>
impl<'a> RefUnwindSafe for SetLeftMargin<'a>
impl<'a> Send for SetLeftMargin<'a>
impl<'a> Sync for SetLeftMargin<'a>
impl<'a> Unpin for SetLeftMargin<'a>
impl<'a> UnwindSafe for SetLeftMargin<'a>
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