pub struct FastPathBackend;Expand description
Fast-path backend — always permits, zero cost. Use only for proven-safe operations.
Trait Implementations§
Source§impl CoherenceBackendImpl for FastPathBackend
impl CoherenceBackendImpl for FastPathBackend
fn name(&self) -> &'static str
fn gate(&self, _ctx: &ActionContext) -> GateDecision
Auto Trait Implementations§
impl Freeze for FastPathBackend
impl RefUnwindSafe for FastPathBackend
impl Send for FastPathBackend
impl Sync for FastPathBackend
impl Unpin for FastPathBackend
impl UnsafeUnpin for FastPathBackend
impl UnwindSafe for FastPathBackend
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