pub struct FindPath {
pub path: Vec<String>,
pub all_alive: bool,
}Fields§
§path: Vec<String>§all_alive: boolAuto Trait Implementations§
impl Freeze for FindPath
impl RefUnwindSafe for FindPath
impl Send for FindPath
impl Sync for FindPath
impl Unpin for FindPath
impl UnsafeUnpin for FindPath
impl UnwindSafe for FindPath
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