pub struct DenyFs;Expand description
D1 default: no I/O without explicit grants.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DenyFs
impl RefUnwindSafe for DenyFs
impl Send for DenyFs
impl Sync for DenyFs
impl Unpin for DenyFs
impl UnsafeUnpin for DenyFs
impl UnwindSafe for DenyFs
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