pub struct SetTimeZoneRequest {
pub index: i32,
pub auto_adjust_dst: bool,
}Fields§
§index: i32§auto_adjust_dst: boolTrait Implementations§
Source§impl Clone for SetTimeZoneRequest
impl Clone for SetTimeZoneRequest
Source§fn clone(&self) -> SetTimeZoneRequest
fn clone(&self) -> SetTimeZoneRequest
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 SetTimeZoneRequest
impl Debug for SetTimeZoneRequest
Source§impl Default for SetTimeZoneRequest
impl Default for SetTimeZoneRequest
Source§fn default() -> SetTimeZoneRequest
fn default() -> SetTimeZoneRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for SetTimeZoneRequest
impl PartialEq for SetTimeZoneRequest
Source§impl ToXml for SetTimeZoneRequest
impl ToXml for SetTimeZoneRequest
impl StructuralPartialEq for SetTimeZoneRequest
Auto Trait Implementations§
impl Freeze for SetTimeZoneRequest
impl RefUnwindSafe for SetTimeZoneRequest
impl Send for SetTimeZoneRequest
impl Sync for SetTimeZoneRequest
impl Unpin for SetTimeZoneRequest
impl UnwindSafe for SetTimeZoneRequest
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