pub struct VfsChangeBuffer {
pub exit: bool,
pub scan_roots: Vec<PathBuf>,
pub force_scan: bool,
}
Fields§
§exit: bool
§scan_roots: Vec<PathBuf>
§force_scan: bool
Trait Implementations§
Source§impl Default for VfsChangeBuffer
impl Default for VfsChangeBuffer
Source§fn default() -> VfsChangeBuffer
fn default() -> VfsChangeBuffer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VfsChangeBuffer
impl RefUnwindSafe for VfsChangeBuffer
impl Send for VfsChangeBuffer
impl Sync for VfsChangeBuffer
impl Unpin for VfsChangeBuffer
impl UnwindSafe for VfsChangeBuffer
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