pub struct Mc {}Implementations§
Source§impl Mc
impl Mc
Sourcepub fn new_mnemonic()
pub fn new_mnemonic()
生成助记词
Auto Trait Implementations§
impl Freeze for Mc
impl RefUnwindSafe for Mc
impl Send for Mc
impl Sync for Mc
impl Unpin for Mc
impl UnwindSafe for Mc
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