Struct fuel_crypto::FuelMnemonic
source · pub struct FuelMnemonic;
Expand description
FuelMnemonic is a simple mnemonic phrase generator.
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FuelMnemonic
impl Send for FuelMnemonic
impl Sync for FuelMnemonic
impl Unpin for FuelMnemonic
impl UnwindSafe for FuelMnemonic
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