pub struct WorkbookSettings {
pub tz: String,
pub locale: String,
}Fields§
§tz: String§locale: StringTrait Implementations§
Source§impl Clone for WorkbookSettings
impl Clone for WorkbookSettings
Source§fn clone(&self) -> WorkbookSettings
fn clone(&self) -> WorkbookSettings
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 WorkbookSettings
impl Debug for WorkbookSettings
Source§impl PartialEq for WorkbookSettings
impl PartialEq for WorkbookSettings
Source§fn eq(&self, other: &WorkbookSettings) -> bool
fn eq(&self, other: &WorkbookSettings) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'__de> Decode<'__de> for WorkbookSettingswhere
'__de:,
impl Encode for WorkbookSettings
impl Eq for WorkbookSettings
impl StructuralPartialEq for WorkbookSettings
Auto Trait Implementations§
impl Freeze for WorkbookSettings
impl RefUnwindSafe for WorkbookSettings
impl Send for WorkbookSettings
impl Sync for WorkbookSettings
impl Unpin for WorkbookSettings
impl UnsafeUnpin for WorkbookSettings
impl UnwindSafe for WorkbookSettings
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