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