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