pub struct SetTimezoneOverrideParams {
pub timezone_id: String,
}Expand description
Parameters for Emulation.setTimezoneOverride.
Fields§
§timezone_id: StringThe timezone identifier. If empty, disables the override.
Implementations§
Trait Implementations§
Source§impl Clone for SetTimezoneOverrideParams
impl Clone for SetTimezoneOverrideParams
Source§fn clone(&self) -> SetTimezoneOverrideParams
fn clone(&self) -> SetTimezoneOverrideParams
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 SetTimezoneOverrideParams
impl Debug for SetTimezoneOverrideParams
Auto Trait Implementations§
impl Freeze for SetTimezoneOverrideParams
impl RefUnwindSafe for SetTimezoneOverrideParams
impl Send for SetTimezoneOverrideParams
impl Sync for SetTimezoneOverrideParams
impl Unpin for SetTimezoneOverrideParams
impl UnwindSafe for SetTimezoneOverrideParams
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