pub struct Unknown<'p> {
pub full: &'p [u16],
pub partial: &'p [u16],
}Expand description
Unknown SGR attribute data.
Fields§
§full: &'p [u16]Full parameter list.
partial: &'p [u16]Partial list where parsing encountered an unknown or invalid sequence.
Trait Implementations§
Source§impl From<GhosttySgrUnknown> for Unknown<'_>
impl From<GhosttySgrUnknown> for Unknown<'_>
Source§fn from(value: GhosttySgrUnknown) -> Self
fn from(value: GhosttySgrUnknown) -> Self
Converts to this type from the input type.
impl<'p> Copy for Unknown<'p>
impl<'p> Eq for Unknown<'p>
impl<'p> StructuralPartialEq for Unknown<'p>
Auto Trait Implementations§
impl<'p> Freeze for Unknown<'p>
impl<'p> RefUnwindSafe for Unknown<'p>
impl<'p> Send for Unknown<'p>
impl<'p> Sync for Unknown<'p>
impl<'p> Unpin for Unknown<'p>
impl<'p> UnsafeUnpin for Unknown<'p>
impl<'p> UnwindSafe for Unknown<'p>
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