pub enum NodeTest {
Kind(KindTest),
Name(NameTest),
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NodeTest
impl RefUnwindSafe for NodeTest
impl Send for NodeTest
impl Sync for NodeTest
impl Unpin for NodeTest
impl UnsafeUnpin for NodeTest
impl UnwindSafe for NodeTest
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