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