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