pub struct DenyAllPolicy;Expand description
Deny everything. Used for smoke testing.
Trait Implementations§
Source§impl SandboxPolicy for DenyAllPolicy
impl SandboxPolicy for DenyAllPolicy
Auto Trait Implementations§
impl Freeze for DenyAllPolicy
impl RefUnwindSafe for DenyAllPolicy
impl Send for DenyAllPolicy
impl Sync for DenyAllPolicy
impl Unpin for DenyAllPolicy
impl UnsafeUnpin for DenyAllPolicy
impl UnwindSafe for DenyAllPolicy
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