pub struct TimeScheduleUpdateInput;Trait Implementations§
impl HasInputField<entries, Option<Vec<TimeScheduleEntryInput>>> for TimeScheduleUpdateInput
impl HasInputField<externalId, Option<String>> for TimeScheduleUpdateInput
impl HasInputField<externalUrl, Option<String>> for TimeScheduleUpdateInput
impl HasInputField<name, Option<String>> for TimeScheduleUpdateInput
impl InputObjectMarker for TimeScheduleUpdateInput
Auto Trait Implementations§
impl Freeze for TimeScheduleUpdateInput
impl RefUnwindSafe for TimeScheduleUpdateInput
impl Send for TimeScheduleUpdateInput
impl Sync for TimeScheduleUpdateInput
impl Unpin for TimeScheduleUpdateInput
impl UnwindSafe for TimeScheduleUpdateInput
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