pub struct WasmPolicyEngine;Implementations§
Source§impl WasmPolicyEngine
impl WasmPolicyEngine
pub fn new(_policy: &PolicyModule) -> Result<Self>
Trait Implementations§
Source§impl Clone for WasmPolicyEngine
impl Clone for WasmPolicyEngine
Source§fn clone(&self) -> WasmPolicyEngine
fn clone(&self) -> WasmPolicyEngine
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PolicyEngine for WasmPolicyEngine
impl PolicyEngine for WasmPolicyEngine
Auto Trait Implementations§
impl Freeze for WasmPolicyEngine
impl RefUnwindSafe for WasmPolicyEngine
impl Send for WasmPolicyEngine
impl Sync for WasmPolicyEngine
impl Unpin for WasmPolicyEngine
impl UnwindSafe for WasmPolicyEngine
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