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