pub enum PostServing {
Wait(Duration),
Yield,
Continue,
Stop,
}
Variants§
Auto Trait Implementations§
impl Freeze for PostServing
impl RefUnwindSafe for PostServing
impl Send for PostServing
impl Sync for PostServing
impl Unpin for PostServing
impl UnwindSafe for PostServing
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