pub struct TimeZoneStatusEvent {
pub offset: Option<i32>,
pub name: Option<String>,
}Fields§
§offset: Option<i32>§name: Option<String>Trait Implementations§
Source§impl Debug for TimeZoneStatusEvent
impl Debug for TimeZoneStatusEvent
Auto Trait Implementations§
impl Freeze for TimeZoneStatusEvent
impl RefUnwindSafe for TimeZoneStatusEvent
impl Send for TimeZoneStatusEvent
impl Sync for TimeZoneStatusEvent
impl Unpin for TimeZoneStatusEvent
impl UnwindSafe for TimeZoneStatusEvent
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