pub struct TimeZoneInfo {
pub zone_id: String,
}Expand description
Report timezone item
Fields§
§zone_id: StringTimezone name
Trait Implementations§
Source§impl Clone for TimeZoneInfo
impl Clone for TimeZoneInfo
Source§fn clone(&self) -> TimeZoneInfo
fn clone(&self) -> TimeZoneInfo
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 TimeZoneInfo
impl Debug for TimeZoneInfo
Auto Trait Implementations§
impl Freeze for TimeZoneInfo
impl RefUnwindSafe for TimeZoneInfo
impl Send for TimeZoneInfo
impl Sync for TimeZoneInfo
impl Unpin for TimeZoneInfo
impl UnwindSafe for TimeZoneInfo
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