pub struct CalendarExportOptions {
pub export_format: Option<String>,
}Expand description
The options for Calendar exports.
This type is not used in any activity, and only used as part of another schema.
Fields§
§export_format: Option<String>The file format for exported text messages.
Trait Implementations§
Source§impl Clone for CalendarExportOptions
impl Clone for CalendarExportOptions
Source§fn clone(&self) -> CalendarExportOptions
fn clone(&self) -> CalendarExportOptions
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 CalendarExportOptions
impl Debug for CalendarExportOptions
Source§impl Default for CalendarExportOptions
impl Default for CalendarExportOptions
Source§fn default() -> CalendarExportOptions
fn default() -> CalendarExportOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CalendarExportOptions
impl<'de> Deserialize<'de> for CalendarExportOptions
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 Serialize for CalendarExportOptions
impl Serialize for CalendarExportOptions
impl Part for CalendarExportOptions
Auto Trait Implementations§
impl Freeze for CalendarExportOptions
impl RefUnwindSafe for CalendarExportOptions
impl Send for CalendarExportOptions
impl Sync for CalendarExportOptions
impl Unpin for CalendarExportOptions
impl UnwindSafe for CalendarExportOptions
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