pub enum ClusterWorkspaceLayoutKind {
Tiling,
Stacking,
}Variants§
Trait Implementations§
Source§impl Clone for ClusterWorkspaceLayoutKind
impl Clone for ClusterWorkspaceLayoutKind
Source§fn clone(&self) -> ClusterWorkspaceLayoutKind
fn clone(&self) -> ClusterWorkspaceLayoutKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ClusterWorkspaceLayoutKind
Source§impl Debug for ClusterWorkspaceLayoutKind
impl Debug for ClusterWorkspaceLayoutKind
impl Eq for ClusterWorkspaceLayoutKind
Source§impl PartialEq for ClusterWorkspaceLayoutKind
impl PartialEq for ClusterWorkspaceLayoutKind
Source§fn eq(&self, other: &ClusterWorkspaceLayoutKind) -> bool
fn eq(&self, other: &ClusterWorkspaceLayoutKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClusterWorkspaceLayoutKind
Auto Trait Implementations§
impl Freeze for ClusterWorkspaceLayoutKind
impl RefUnwindSafe for ClusterWorkspaceLayoutKind
impl Send for ClusterWorkspaceLayoutKind
impl Sync for ClusterWorkspaceLayoutKind
impl Unpin for ClusterWorkspaceLayoutKind
impl UnsafeUnpin for ClusterWorkspaceLayoutKind
impl UnwindSafe for ClusterWorkspaceLayoutKind
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