pub struct lastUsedTimezone;
Trait Implementations§
Source§impl Field for lastUsedTimezone
impl Field for lastUsedTimezone
impl HasInputField<lastUsedTimezone, Option<String>> for UpdateUserDataInput
Auto Trait Implementations§
impl Freeze for lastUsedTimezone
impl RefUnwindSafe for lastUsedTimezone
impl Send for lastUsedTimezone
impl Sync for lastUsedTimezone
impl Unpin for lastUsedTimezone
impl UnwindSafe for lastUsedTimezone
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