pub struct TimeZoneBase {
pub name: String,
}
Fields§
§name: String
Trait Implementations§
Source§impl Clone for TimeZoneBase
impl Clone for TimeZoneBase
Source§fn clone(&self) -> TimeZoneBase
fn clone(&self) -> TimeZoneBase
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 TimeZoneBase
impl Debug for TimeZoneBase
Source§impl<'de> Deserialize<'de> for TimeZoneBase
impl<'de> Deserialize<'de> for TimeZoneBase
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 TimeZoneBase
impl PartialEq for TimeZoneBase
Source§impl Serialize for TimeZoneBase
impl Serialize for TimeZoneBase
impl Eq for TimeZoneBase
impl StructuralPartialEq for TimeZoneBase
Auto Trait Implementations§
impl Freeze for TimeZoneBase
impl RefUnwindSafe for TimeZoneBase
impl Send for TimeZoneBase
impl Sync for TimeZoneBase
impl Unpin for TimeZoneBase
impl UnwindSafe for TimeZoneBase
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