Struct google_sheets4::api::SpreadsheetProperties [−][src]
Properties of a spreadsheet.
This type is not used in any activity, and only used as part of another schema.
Fields
auto_recalc: Option<String>The amount of time to wait before volatile functions are recalculated.
default_format: Option<CellFormat>The default format of all cells in the spreadsheet. CellData.effectiveFormat will not be set if the cell's format is equal to this default format. This field is read-only.
iterative_calculation_settings: Option<IterativeCalculationSettings>Determines whether and how circular references are resolved with iterative calculation. Absence of this field means that circular references result in calculation errors.
locale: Option<String>The locale of the spreadsheet in one of the following formats: * an ISO 639-1 language code such as en * an ISO 639-2 language code such as fil, if no 639-1 code exists * a combination of the ISO language code and country code, such as en_US Note: when updating this field, not all locales/languages are supported.
spreadsheet_theme: Option<SpreadsheetTheme>Theme applied to the spreadsheet.
time_zone: Option<String>The time zone of the spreadsheet, in CLDR format such as America/New_York. If the time zone isn't recognized, this may be a custom time zone such as GMT-07:00.
title: Option<String>The title of the spreadsheet.
Trait Implementations
impl Clone for SpreadsheetProperties[src]
fn clone(&self) -> SpreadsheetProperties[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for SpreadsheetProperties[src]
impl Default for SpreadsheetProperties[src]
fn default() -> SpreadsheetProperties[src]
impl<'de> Deserialize<'de> for SpreadsheetProperties[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Part for SpreadsheetProperties[src]
impl Serialize for SpreadsheetProperties[src]
Auto Trait Implementations
impl RefUnwindSafe for SpreadsheetProperties[src]
impl Send for SpreadsheetProperties[src]
impl Sync for SpreadsheetProperties[src]
impl Unpin for SpreadsheetProperties[src]
impl UnwindSafe for SpreadsheetProperties[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,