pub struct Elements<Var>where
Var: VariableFormat,{
pub elements: Vec<Element<Var>>,
}Fields§
§elements: Vec<Element<Var>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Var> Freeze for Elements<Var>
impl<Var> RefUnwindSafe for Elements<Var>where
Var: RefUnwindSafe,
impl<Var> Send for Elements<Var>where
Var: Send,
impl<Var> Sync for Elements<Var>where
Var: Sync,
impl<Var> Unpin for Elements<Var>where
Var: Unpin,
impl<Var> UnwindSafe for Elements<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