[][src]Struct graph_rs_types::entitytypes::WorkbookRangeView

pub struct WorkbookRangeView {
    pub cell_addresses: Json,
    pub column_count: i32,
    pub formulas: Json,
    pub formulas_local: Json,
    pub formulas_r1_c1: Json,
    pub index: i32,
    pub number_format: Json,
    pub row_count: i32,
    pub text: Json,
    pub value_types: Json,
    pub values: Json,
    pub rows: Vec<WorkbookRangeView>,
}

Fields

cell_addresses: Jsoncolumn_count: i32formulas: Jsonformulas_local: Jsonformulas_r1_c1: Jsonindex: i32number_format: Jsonrow_count: i32text: Jsonvalue_types: Jsonvalues: Jsonrows: Vec<WorkbookRangeView>

Trait Implementations

impl Eq for WorkbookRangeView[src]

impl Clone for WorkbookRangeView[src]

impl PartialEq<WorkbookRangeView> for WorkbookRangeView[src]

impl Debug for WorkbookRangeView[src]

impl Serialize for WorkbookRangeView[src]

impl<'de> Deserialize<'de> for WorkbookRangeView[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]