pub struct Qst {
pub body: Vec<ScriptCall>,
}Fields§
§body: Vec<ScriptCall>Implementations§
Trait Implementations§
impl StructuralPartialEq for Qst
Auto Trait Implementations§
impl Freeze for Qst
impl RefUnwindSafe for Qst
impl Send for Qst
impl Sync for Qst
impl Unpin for Qst
impl UnwindSafe for Qst
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