pub struct SetTimeZoneResponse {
pub dst_offset_required: Option<bool>,
}Fields§
§dst_offset_required: Option<bool>Trait Implementations§
Source§impl Debug for SetTimeZoneResponse
impl Debug for SetTimeZoneResponse
Auto Trait Implementations§
impl Freeze for SetTimeZoneResponse
impl RefUnwindSafe for SetTimeZoneResponse
impl Send for SetTimeZoneResponse
impl Sync for SetTimeZoneResponse
impl Unpin for SetTimeZoneResponse
impl UnwindSafe for SetTimeZoneResponse
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