Struct org_rust_parser::element::PlainList
source · pub struct PlainList {
pub children: Vec<NodeID>,
pub kind: ListKind,
}Fields§
§children: Vec<NodeID>§kind: ListKindTrait Implementations§
Auto Trait Implementations§
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