pub struct WorkbookView {
pub x_window: Option<i32>,
pub y_window: Option<i32>,
pub window_width: Option<u32>,
pub window_height: Option<u32>,
pub active_tab: Option<u32>,
}Expand description
Individual workbook view.
Fields§
§x_window: Option<i32>§y_window: Option<i32>§window_width: Option<u32>§window_height: Option<u32>§active_tab: Option<u32>Trait Implementations§
Source§impl Clone for WorkbookView
impl Clone for WorkbookView
Source§fn clone(&self) -> WorkbookView
fn clone(&self) -> WorkbookView
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 WorkbookView
impl Debug for WorkbookView
Source§impl<'de> Deserialize<'de> for WorkbookView
impl<'de> Deserialize<'de> for WorkbookView
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for WorkbookView
impl PartialEq for WorkbookView
Source§impl Serialize for WorkbookView
impl Serialize for WorkbookView
impl StructuralPartialEq for WorkbookView
Auto Trait Implementations§
impl Freeze for WorkbookView
impl RefUnwindSafe for WorkbookView
impl Send for WorkbookView
impl Sync for WorkbookView
impl Unpin for WorkbookView
impl UnwindSafe for WorkbookView
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