pub struct WalletStatusOptions {
pub exchange: Option<String>,
}Fields§
§exchange: Option<String>Implementations§
Auto Trait Implementations§
impl Freeze for WalletStatusOptions
impl RefUnwindSafe for WalletStatusOptions
impl Send for WalletStatusOptions
impl Sync for WalletStatusOptions
impl Unpin for WalletStatusOptions
impl UnsafeUnpin for WalletStatusOptions
impl UnwindSafe for WalletStatusOptions
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