struct NextNode {
start: u64,
depth: u32,
}
Fields§
§start: u64
§depth: u32
Auto Trait Implementations§
impl Freeze for NextNode
impl RefUnwindSafe for NextNode
impl Send for NextNode
impl Sync for NextNode
impl Unpin for NextNode
impl UnwindSafe for NextNode
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