pub struct GhosttyTerminal { /* private fields */ }Trait Implementations§
Source§impl Clone for GhosttyTerminal
impl Clone for GhosttyTerminal
Source§fn clone(&self) -> GhosttyTerminal
fn clone(&self) -> GhosttyTerminal
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 GhosttyTerminal
impl Debug for GhosttyTerminal
impl Copy for GhosttyTerminal
Auto Trait Implementations§
impl Freeze for GhosttyTerminal
impl RefUnwindSafe for GhosttyTerminal
impl Send for GhosttyTerminal
impl Sync for GhosttyTerminal
impl Unpin for GhosttyTerminal
impl UnsafeUnpin for GhosttyTerminal
impl UnwindSafe for GhosttyTerminal
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