pub struct GhosttyRenderOutput {
pub screen_contents: String,
pub scrollback: String,
}Fields§
§screen_contents: String§scrollback: StringTrait Implementations§
Source§impl Clone for GhosttyRenderOutput
impl Clone for GhosttyRenderOutput
Source§fn clone(&self) -> GhosttyRenderOutput
fn clone(&self) -> GhosttyRenderOutput
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 GhosttyRenderOutput
impl Debug for GhosttyRenderOutput
Source§impl PartialEq for GhosttyRenderOutput
impl PartialEq for GhosttyRenderOutput
impl Eq for GhosttyRenderOutput
impl StructuralPartialEq for GhosttyRenderOutput
Auto Trait Implementations§
impl Freeze for GhosttyRenderOutput
impl RefUnwindSafe for GhosttyRenderOutput
impl Send for GhosttyRenderOutput
impl Sync for GhosttyRenderOutput
impl Unpin for GhosttyRenderOutput
impl UnsafeUnpin for GhosttyRenderOutput
impl UnwindSafe for GhosttyRenderOutput
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