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