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