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