pub struct BfsResult {
pub depth: usize,
/* private fields */
}Fields§
§depth: usizeImplementations§
Auto Trait Implementations§
impl Freeze for BfsResult
impl RefUnwindSafe for BfsResult
impl Send for BfsResult
impl Sync for BfsResult
impl Unpin for BfsResult
impl UnwindSafe for BfsResult
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