pub struct SetTimeZoneCommandMsg {
pub chart_session: Ustr,
pub timezone: Timezone,
}Fields§
§chart_session: Ustr§timezone: TimezoneImplementations§
Source§impl SetTimeZoneCommandMsg
impl SetTimeZoneCommandMsg
Sourcepub fn builder() -> SetTimeZoneCommandMsgBuilder
pub fn builder() -> SetTimeZoneCommandMsgBuilder
Create an instance of SetTimeZoneCommandMsg using the builder syntax
Trait Implementations§
Source§impl Clone for SetTimeZoneCommandMsg
impl Clone for SetTimeZoneCommandMsg
impl Copy for SetTimeZoneCommandMsg
Source§impl Debug for SetTimeZoneCommandMsg
impl Debug for SetTimeZoneCommandMsg
Source§impl<'de> Deserialize<'de> for SetTimeZoneCommandMsg
impl<'de> Deserialize<'de> for SetTimeZoneCommandMsg
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
Auto Trait Implementations§
impl Freeze for SetTimeZoneCommandMsg
impl RefUnwindSafe for SetTimeZoneCommandMsg
impl Send for SetTimeZoneCommandMsg
impl Sync for SetTimeZoneCommandMsg
impl Unpin for SetTimeZoneCommandMsg
impl UnsafeUnpin for SetTimeZoneCommandMsg
impl UnwindSafe for SetTimeZoneCommandMsg
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