pub enum SheetState {
Visible,
Hidden,
VeryHidden,
}Expand description
- state: 18.18.68 ST_SheetState (Sheet Visibility Types) hidden, veryHidden, visible
Variants§
Trait Implementations§
Source§impl Clone for SheetState
impl Clone for SheetState
Source§fn clone(&self) -> SheetState
fn clone(&self) -> SheetState
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 moreSource§impl Debug for SheetState
impl Debug for SheetState
Source§impl Display for SheetState
impl Display for SheetState
Source§impl PartialEq for SheetState
impl PartialEq for SheetState
Source§fn eq(&self, other: &SheetState) -> bool
fn eq(&self, other: &SheetState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'__de> Decode<'__de> for SheetStatewhere
'__de:,
impl Encode for SheetState
impl Eq for SheetState
impl StructuralPartialEq for SheetState
Auto Trait Implementations§
impl Freeze for SheetState
impl RefUnwindSafe for SheetState
impl Send for SheetState
impl Sync for SheetState
impl Unpin for SheetState
impl UnsafeUnpin for SheetState
impl UnwindSafe for SheetState
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