pub struct SleepStmt {
pub duration: Option<Spanned<Expr>>,
}Expand description
SLEEP <duration>.
Fields§
§duration: Option<Spanned<Expr>>The sleep duration expression.
Trait Implementations§
impl StructuralPartialEq for SleepStmt
Auto Trait Implementations§
impl Freeze for SleepStmt
impl RefUnwindSafe for SleepStmt
impl Send for SleepStmt
impl Sync for SleepStmt
impl Unpin for SleepStmt
impl UnsafeUnpin for SleepStmt
impl UnwindSafe for SleepStmt
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