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