pub struct PullDynamicScheduleUpdate;Expand description
Marker type for the PullDynamicScheduleUpdate action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PullDynamicScheduleUpdate
impl RefUnwindSafe for PullDynamicScheduleUpdate
impl Send for PullDynamicScheduleUpdate
impl Sync for PullDynamicScheduleUpdate
impl Unpin for PullDynamicScheduleUpdate
impl UnsafeUnpin for PullDynamicScheduleUpdate
impl UnwindSafe for PullDynamicScheduleUpdate
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