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