pub struct Backtick5(/* private fields */);Trait Implementations§
impl Copy for Backtick5
impl Eq for Backtick5
impl StructuralPartialEq for Backtick5
Source§impl TerminalHandle for Backtick5
impl TerminalHandle for Backtick5
Source§fn kind(&self) -> TerminalKind
fn kind(&self) -> TerminalKind
Kind of the terminal.
Source§fn get_data<F>(
&self,
tree: &F,
) -> Result<TerminalData, ViewConstructionError<TerminalKind, NonTerminalKind>>where
F: CstFacade,
fn get_data<F>(
&self,
tree: &F,
) -> Result<TerminalData, ViewConstructionError<TerminalKind, NonTerminalKind>>where
F: CstFacade,
Data of the terminal.
Auto Trait Implementations§
impl Freeze for Backtick5
impl RefUnwindSafe for Backtick5
impl Send for Backtick5
impl Sync for Backtick5
impl Unpin for Backtick5
impl UnsafeUnpin for Backtick5
impl UnwindSafe for Backtick5
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
impl<T> Cachable for T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.