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