pub struct CryptoLib;Expand description
CryptoLib native contract - cryptographic functions
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CryptoLib
impl RefUnwindSafe for CryptoLib
impl Send for CryptoLib
impl Sync for CryptoLib
impl Unpin for CryptoLib
impl UnwindSafe for CryptoLib
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