pub struct SecureOutput;
Expand description
An implementation of the zcr_secure_output_v1 global.
Implementations§
Source§impl SecureOutput
impl SecureOutput
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SecureOutput
impl RefUnwindSafe for SecureOutput
impl Send for SecureOutput
impl Sync for SecureOutput
impl Unpin for SecureOutput
impl UnwindSafe for SecureOutput
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