pub struct TimeZoneInformation {
pub alias: String,
pub display_name: String,
}
Fields§
§alias: String
§display_name: String
Trait Implementations§
Source§impl Clone for TimeZoneInformation
impl Clone for TimeZoneInformation
Source§fn clone(&self) -> TimeZoneInformation
fn clone(&self) -> TimeZoneInformation
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 TimeZoneInformation
impl Debug for TimeZoneInformation
Source§impl<'de> Deserialize<'de> for TimeZoneInformation
impl<'de> Deserialize<'de> for TimeZoneInformation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TimeZoneInformation
impl PartialEq for TimeZoneInformation
Source§impl Serialize for TimeZoneInformation
impl Serialize for TimeZoneInformation
impl Eq for TimeZoneInformation
impl StructuralPartialEq for TimeZoneInformation
Auto Trait Implementations§
impl Freeze for TimeZoneInformation
impl RefUnwindSafe for TimeZoneInformation
impl Send for TimeZoneInformation
impl Sync for TimeZoneInformation
impl Unpin for TimeZoneInformation
impl UnwindSafe for TimeZoneInformation
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