pub struct OneTimeScheduleState {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for OneTimeScheduleState
impl RefUnwindSafe for OneTimeScheduleState
impl Send for OneTimeScheduleState
impl Sync for OneTimeScheduleState
impl Unpin for OneTimeScheduleState
impl UnwindSafe for OneTimeScheduleState
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