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