pub struct Operation {
pub size: usize,
}
Expand description
Native object for creating a cryptographic key.
Fields§
§size: usize
size
specifies how many random bytes to fetch.
Trait Implementations§
Source§impl From<Operation> for NativeOperation
impl From<Operation> for NativeOperation
impl Copy for Operation
Auto Trait Implementations§
impl Freeze for Operation
impl RefUnwindSafe for Operation
impl Send for Operation
impl Sync for Operation
impl Unpin for Operation
impl UnwindSafe for Operation
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