pub struct UpdateMyTimezoneRequestContent {
pub timezone_name: String,
}Expand description
UpdateMyTimezoneRequestContent. Built by hand, so it derives Default and takes ..Default::default().
Fields§
§timezone_name: Stringtimezone_name.
Trait Implementations§
Source§impl Clone for UpdateMyTimezoneRequestContent
impl Clone for UpdateMyTimezoneRequestContent
Source§fn clone(&self) -> UpdateMyTimezoneRequestContent
fn clone(&self) -> UpdateMyTimezoneRequestContent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for UpdateMyTimezoneRequestContent
impl Default for UpdateMyTimezoneRequestContent
Source§fn default() -> UpdateMyTimezoneRequestContent
fn default() -> UpdateMyTimezoneRequestContent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateMyTimezoneRequestContent
impl<'de> Deserialize<'de> for UpdateMyTimezoneRequestContent
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
impl StructuralPartialEq for UpdateMyTimezoneRequestContent
Auto Trait Implementations§
impl Freeze for UpdateMyTimezoneRequestContent
impl RefUnwindSafe for UpdateMyTimezoneRequestContent
impl Send for UpdateMyTimezoneRequestContent
impl Sync for UpdateMyTimezoneRequestContent
impl Unpin for UpdateMyTimezoneRequestContent
impl UnsafeUnpin for UpdateMyTimezoneRequestContent
impl UnwindSafe for UpdateMyTimezoneRequestContent
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