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