pub struct TerminalRegistry { /* private fields */ }Expand description
Bounded history of terminal request outcomes for a session.
Implementations§
Trait Implementations§
Source§impl Clone for TerminalRegistry
impl Clone for TerminalRegistry
Source§fn clone(&self) -> TerminalRegistry
fn clone(&self) -> TerminalRegistry
Returns a duplicate 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 Debug for TerminalRegistry
impl Debug for TerminalRegistry
Auto Trait Implementations§
impl Freeze for TerminalRegistry
impl RefUnwindSafe for TerminalRegistry
impl Send for TerminalRegistry
impl Sync for TerminalRegistry
impl Unpin for TerminalRegistry
impl UnsafeUnpin for TerminalRegistry
impl UnwindSafe for TerminalRegistry
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