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