#[repr(C)]pub struct SecurityArchProtocol { /* private fields */ }
Expand description
The raw Security Arch protocol implementation.
You should rarely ever need to use this, unless you are installing a custom validator.
Trait Implementations§
Source§impl Clone for SecurityArchProtocol
impl Clone for SecurityArchProtocol
Source§fn clone(&self) -> SecurityArchProtocol
fn clone(&self) -> SecurityArchProtocol
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 Debug for SecurityArchProtocol
impl Debug for SecurityArchProtocol
impl Copy for SecurityArchProtocol
Auto Trait Implementations§
impl Freeze for SecurityArchProtocol
impl RefUnwindSafe for SecurityArchProtocol
impl Send for SecurityArchProtocol
impl Sync for SecurityArchProtocol
impl Unpin for SecurityArchProtocol
impl UnwindSafe for SecurityArchProtocol
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