pub struct timeScheduleUpsertExternal;Trait Implementations§
Source§impl Field for timeScheduleUpsertExternal
impl Field for timeScheduleUpsertExternal
Source§impl HasArgument<input> for timeScheduleUpsertExternal
impl HasArgument<input> for timeScheduleUpsertExternal
Source§type ArgumentType = TimeScheduleUpdateInput
type ArgumentType = TimeScheduleUpdateInput
The schema marker type of this argument.
Source§impl HasField<timeScheduleUpsertExternal> for Mutation
impl HasField<timeScheduleUpsertExternal> for Mutation
Source§type Type = TimeSchedulePayload
type Type = TimeSchedulePayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for timeScheduleUpsertExternal
impl RefUnwindSafe for timeScheduleUpsertExternal
impl Send for timeScheduleUpsertExternal
impl Sync for timeScheduleUpsertExternal
impl Unpin for timeScheduleUpsertExternal
impl UnwindSafe for timeScheduleUpsertExternal
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