pub struct RealFs {
pub allowed: Vec<PathBuf>,
}Expand description
--allow-read=<paths>: canonicalization + prefix check (E0311).
Fields§
§allowed: Vec<PathBuf>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RealFs
impl RefUnwindSafe for RealFs
impl Send for RealFs
impl Sync for RealFs
impl Unpin for RealFs
impl UnsafeUnpin for RealFs
impl UnwindSafe for RealFs
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