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 · 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 ClusterWorkspaceLayoutKind
impl Debug for ClusterWorkspaceLayoutKind
impl Copy for ClusterWorkspaceLayoutKind
impl Eq for ClusterWorkspaceLayoutKind
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