pub struct SendAndConfirmConfig {
pub with_spinner: bool,
pub resign_txs_count: Option<usize>,
}
Fields§
§with_spinner: bool
§resign_txs_count: Option<usize>
Trait Implementations§
source§impl Clone for SendAndConfirmConfig
impl Clone for SendAndConfirmConfig
source§fn clone(&self) -> SendAndConfirmConfig
fn clone(&self) -> SendAndConfirmConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SendAndConfirmConfig
impl Debug for SendAndConfirmConfig
impl Copy for SendAndConfirmConfig
Auto Trait Implementations§
impl Freeze for SendAndConfirmConfig
impl RefUnwindSafe for SendAndConfirmConfig
impl Send for SendAndConfirmConfig
impl Sync for SendAndConfirmConfig
impl Unpin for SendAndConfirmConfig
impl UnwindSafe for SendAndConfirmConfig
Blanket Implementations§
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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