pub struct NoSecurity;Expand description
No-op security processor (passthrough).
Leaves frames untouched. Use when SDLS is not configured.
Trait Implementations§
Source§impl SecurityProcessor for NoSecurity
impl SecurityProcessor for NoSecurity
Auto Trait Implementations§
impl Freeze for NoSecurity
impl RefUnwindSafe for NoSecurity
impl Send for NoSecurity
impl Sync for NoSecurity
impl Unpin for NoSecurity
impl UnsafeUnpin for NoSecurity
impl UnwindSafe for NoSecurity
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