pub struct KillStmt {
pub id: Option<Spanned<Expr>>,
}Expand description
KILL — terminates a live query by id.
Fields§
§id: Option<Spanned<Expr>>The live-query id to terminate.
Trait Implementations§
impl StructuralPartialEq for KillStmt
Auto Trait Implementations§
impl Freeze for KillStmt
impl RefUnwindSafe for KillStmt
impl Send for KillStmt
impl Sync for KillStmt
impl Unpin for KillStmt
impl UnsafeUnpin for KillStmt
impl UnwindSafe for KillStmt
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