pub struct Statement<Var>where
Var: VariableFormat,{
pub parts: Vec<Var>,
}Expand description
A single statement, made up by variables.
Fields§
§parts: Vec<Var>Implementations§
Source§impl<Var> Statement<Var>where
Var: VariableFormat,
impl<Var> Statement<Var>where
Var: VariableFormat,
Trait Implementations§
Auto Trait Implementations§
impl<Var> Freeze for Statement<Var>
impl<Var> RefUnwindSafe for Statement<Var>where
Var: RefUnwindSafe,
impl<Var> Send for Statement<Var>where
Var: Send,
impl<Var> Sync for Statement<Var>where
Var: Sync,
impl<Var> Unpin for Statement<Var>where
Var: Unpin,
impl<Var> UnwindSafe for Statement<Var>where
Var: UnwindSafe,
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