Struct terminfo::capability::KeyClose
source · pub struct KeyClose<'a>(/* private fields */);
Implementations§
Trait Implementations§
source§impl<'a> Capability<'a> for KeyClose<'a>
impl<'a> Capability<'a> for KeyClose<'a>
source§impl<'a> PartialEq for KeyClose<'a>
impl<'a> PartialEq for KeyClose<'a>
impl<'a> Eq for KeyClose<'a>
impl<'a> StructuralPartialEq for KeyClose<'a>
Auto Trait Implementations§
impl<'a> Freeze for KeyClose<'a>
impl<'a> RefUnwindSafe for KeyClose<'a>
impl<'a> Send for KeyClose<'a>
impl<'a> Sync for KeyClose<'a>
impl<'a> Unpin for KeyClose<'a>
impl<'a> UnwindSafe for KeyClose<'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