pub struct DeclassifierToken { /* private fields */ }Expand description
Opaque token for declassification — only the security subsystem can create one. Constructing this token is a privileged operation.
Auto Trait Implementations§
impl Freeze for DeclassifierToken
impl RefUnwindSafe for DeclassifierToken
impl Send for DeclassifierToken
impl Sync for DeclassifierToken
impl Unpin for DeclassifierToken
impl UnsafeUnpin for DeclassifierToken
impl UnwindSafe for DeclassifierToken
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