pub(crate) struct DepthData {
    pub(crate) range: Range<usize>,
    pub(crate) has_children: bool,
}Fields§
§range: Range<usize>§has_children: boolAuto Trait Implementations§
impl Freeze for DepthData
impl RefUnwindSafe for DepthData
impl Send for DepthData
impl Sync for DepthData
impl Unpin for DepthData
impl UnwindSafe for DepthData
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