pub enum NodesType {
Where(NodeWhere),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NodesType
impl RefUnwindSafe for NodesType
impl Send for NodesType
impl Sync for NodesType
impl Unpin for NodesType
impl UnwindSafe for NodesType
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