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