pub struct Interactive {
pub body: Vec<Statement>,
}
Fields§
§body: Vec<Statement>
Trait Implementations§
Source§impl Clone for Interactive
impl Clone for Interactive
Source§fn clone(&self) -> Interactive
fn clone(&self) -> Interactive
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Interactive
impl Debug for Interactive
Auto Trait Implementations§
impl Freeze for Interactive
impl RefUnwindSafe for Interactive
impl Send for Interactive
impl Sync for Interactive
impl Unpin for Interactive
impl UnwindSafe for Interactive
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