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