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