Struct workspace2::SerializedWorkspace
source · pub struct SerializedWorkspace {
pub id: WorkspaceId,
pub location: WorkspaceLocation,
pub center_group: SerializedPaneGroup,
pub bounds: Option<WindowBounds>,
pub display: Option<Uuid>,
pub docks: DockStructure,
}
Fields§
§id: WorkspaceId
§location: WorkspaceLocation
§center_group: SerializedPaneGroup
§bounds: Option<WindowBounds>
§display: Option<Uuid>
§docks: DockStructure
Trait Implementations§
source§impl Clone for SerializedWorkspace
impl Clone for SerializedWorkspace
source§fn clone(&self) -> SerializedWorkspace
fn clone(&self) -> SerializedWorkspace
Returns a copy 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 SerializedWorkspace
impl Debug for SerializedWorkspace
source§impl PartialEq<SerializedWorkspace> for SerializedWorkspace
impl PartialEq<SerializedWorkspace> for SerializedWorkspace
source§fn eq(&self, other: &SerializedWorkspace) -> bool
fn eq(&self, other: &SerializedWorkspace) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SerializedWorkspace
Auto Trait Implementations§
impl RefUnwindSafe for SerializedWorkspace
impl Send for SerializedWorkspace
impl Sync for SerializedWorkspace
impl Unpin for SerializedWorkspace
impl UnwindSafe for SerializedWorkspace
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