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