struct UnclosedCandidate {
index: usize,
depth: usize,
}Fields§
§index: usize§depth: usizeAuto Trait Implementations§
impl Freeze for UnclosedCandidate
impl RefUnwindSafe for UnclosedCandidate
impl Send for UnclosedCandidate
impl Sync for UnclosedCandidate
impl Unpin for UnclosedCandidate
impl UnsafeUnpin for UnclosedCandidate
impl UnwindSafe for UnclosedCandidate
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