pub struct HostFileOpts {
pub no_cache: Option<bool>,
}
Fields§
§no_cache: Option<bool>
If true, the file will always be reloaded from the host.
Trait Implementations§
Source§impl Debug for HostFileOpts
impl Debug for HostFileOpts
Source§impl PartialEq for HostFileOpts
impl PartialEq for HostFileOpts
impl StructuralPartialEq for HostFileOpts
Auto Trait Implementations§
impl Freeze for HostFileOpts
impl RefUnwindSafe for HostFileOpts
impl Send for HostFileOpts
impl Sync for HostFileOpts
impl Unpin for HostFileOpts
impl UnwindSafe for HostFileOpts
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