pub enum PaneStateValues {
Frozen,
FrozenSplit,
Split,
}Variants§
Trait Implementations§
Source§impl Clone for PaneStateValues
impl Clone for PaneStateValues
Source§fn clone(&self) -> PaneStateValues
fn clone(&self) -> PaneStateValues
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 PaneStateValues
impl Debug for PaneStateValues
Source§impl Default for PaneStateValues
impl Default for PaneStateValues
Source§impl EnumTrait for PaneStateValues
impl EnumTrait for PaneStateValues
fn get_value_string(&self) -> &str
Auto Trait Implementations§
impl Freeze for PaneStateValues
impl RefUnwindSafe for PaneStateValues
impl Send for PaneStateValues
impl Sync for PaneStateValues
impl Unpin for PaneStateValues
impl UnwindSafe for PaneStateValues
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