pub struct GetTimezonesParams {
pub timezone: Option<String>,
}Expand description
Parameters for Client::get_timezones (wire method getTimezones).
Fields§
§timezone: Option<String>Trait Implementations§
Source§impl Clone for GetTimezonesParams
impl Clone for GetTimezonesParams
Source§fn clone(&self) -> GetTimezonesParams
fn clone(&self) -> GetTimezonesParams
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 Debug for GetTimezonesParams
impl Debug for GetTimezonesParams
Source§impl Default for GetTimezonesParams
impl Default for GetTimezonesParams
Source§fn default() -> GetTimezonesParams
fn default() -> GetTimezonesParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetTimezonesParams
impl RefUnwindSafe for GetTimezonesParams
impl Send for GetTimezonesParams
impl Sync for GetTimezonesParams
impl Unpin for GetTimezonesParams
impl UnsafeUnpin for GetTimezonesParams
impl UnwindSafe for GetTimezonesParams
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