pub struct Cst(pub Vec<Node>);
Expand description
Concrete syntax tree for property list files
Tuple Fields§
§0: Vec<Node>
Implementations§
Trait Implementations§
impl Eq for Cst
impl StructuralEq for Cst
impl StructuralPartialEq for Cst
Auto Trait Implementations§
impl RefUnwindSafe for Cst
impl Send for Cst
impl Sync for Cst
impl Unpin for Cst
impl UnwindSafe for Cst
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