#[repr(C)]pub struct ArchivedPaneSnapshotwhere
TrackedProcessState: Archive,
String: Archive,
Option<String>: Archive,
u64: Archive,
PaneId: Archive,{
pub tracked_process_state: <TrackedProcessState as Archive>::Archived,
pub cwd: <String as Archive>::Archived,
pub cmd_label: <Option<String> as Archive>::Archived,
pub focus_seq: <u64 as Archive>::Archived,
pub id: <PaneId as Archive>::Archived,
pub title: <String as Archive>::Archived,
}Expand description
An archived PaneSnapshot
Fields§
§tracked_process_state: <TrackedProcessState as Archive>::ArchivedThe archived counterpart of PaneSnapshot::tracked_process_state
cwd: <String as Archive>::ArchivedThe archived counterpart of PaneSnapshot::cwd
cmd_label: <Option<String> as Archive>::ArchivedThe archived counterpart of PaneSnapshot::cmd_label
focus_seq: <u64 as Archive>::ArchivedThe archived counterpart of PaneSnapshot::focus_seq
id: <PaneId as Archive>::ArchivedThe archived counterpart of PaneSnapshot::id
title: <String as Archive>::ArchivedThe archived counterpart of PaneSnapshot::title
Trait Implementations§
Source§impl<__C: Fallible + ?Sized> CheckBytes<__C> for ArchivedPaneSnapshotwhere
TrackedProcessState: Archive,
String: Archive,
Option<String>: Archive,
u64: Archive,
PaneId: Archive,
<__C as Fallible>::Error: Trace,
<TrackedProcessState as Archive>::Archived: CheckBytes<__C>,
<String as Archive>::Archived: CheckBytes<__C>,
<Option<String> as Archive>::Archived: CheckBytes<__C>,
<u64 as Archive>::Archived: CheckBytes<__C>,
<PaneId as Archive>::Archived: CheckBytes<__C>,
impl<__C: Fallible + ?Sized> CheckBytes<__C> for ArchivedPaneSnapshotwhere
TrackedProcessState: Archive,
String: Archive,
Option<String>: Archive,
u64: Archive,
PaneId: Archive,
<__C as Fallible>::Error: Trace,
<TrackedProcessState as Archive>::Archived: CheckBytes<__C>,
<String as Archive>::Archived: CheckBytes<__C>,
<Option<String> as Archive>::Archived: CheckBytes<__C>,
<u64 as Archive>::Archived: CheckBytes<__C>,
<PaneId as Archive>::Archived: CheckBytes<__C>,
Source§impl<D> Deserialize<PaneSnapshot, D> for ArchivedPaneSnapshotwhere
D: Fallible + ?Sized,
D::Error: Source,
impl<D> Deserialize<PaneSnapshot, D> for ArchivedPaneSnapshotwhere
D: Fallible + ?Sized,
D::Error: Source,
Source§fn deserialize(&self, deserializer: &mut D) -> Result<PaneSnapshot, D::Error>
fn deserialize(&self, deserializer: &mut D) -> Result<PaneSnapshot, D::Error>
Deserializes using the given deserializer
impl Portable for ArchivedPaneSnapshotwhere
TrackedProcessState: Archive,
String: Archive,
Option<String>: Archive,
u64: Archive,
PaneId: Archive,
<TrackedProcessState as Archive>::Archived: Portable,
<String as Archive>::Archived: Portable,
<Option<String> as Archive>::Archived: Portable,
<u64 as Archive>::Archived: Portable,
<PaneId as Archive>::Archived: Portable,
Auto Trait Implementations§
impl !Unpin for ArchivedPaneSnapshot
impl !UnsafeUnpin for ArchivedPaneSnapshot
impl Freeze for ArchivedPaneSnapshot
impl RefUnwindSafe for ArchivedPaneSnapshot
impl Send for ArchivedPaneSnapshot
impl Sync for ArchivedPaneSnapshot
impl UnwindSafe for ArchivedPaneSnapshot
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Returns the layout of the type.