pub struct OpenPolicy;Expand description
Allows everything. Intended for testing / dev mode.
Trait Implementations§
Source§impl SandboxPolicy for OpenPolicy
impl SandboxPolicy for OpenPolicy
Auto Trait Implementations§
impl Freeze for OpenPolicy
impl RefUnwindSafe for OpenPolicy
impl Send for OpenPolicy
impl Sync for OpenPolicy
impl Unpin for OpenPolicy
impl UnsafeUnpin for OpenPolicy
impl UnwindSafe for OpenPolicy
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