Struct cfxstore::PresaleWallet
source · pub struct PresaleWallet { /* private fields */ }
Expand description
Pre-sale wallet.
Implementations§
Auto Trait Implementations§
impl Freeze for PresaleWallet
impl RefUnwindSafe for PresaleWallet
impl Send for PresaleWallet
impl Sync for PresaleWallet
impl Unpin for PresaleWallet
impl UnwindSafe for PresaleWallet
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