Struct parity_rpc::v1::signer::ConfirmationsQueue
source · [−]pub struct ConfirmationsQueue { /* private fields */ }
Expand description
Queue for all unconfirmed requests.
Implementations
Trait Implementations
sourceimpl Default for ConfirmationsQueue
impl Default for ConfirmationsQueue
sourcefn default() -> ConfirmationsQueue
fn default() -> ConfirmationsQueue
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for ConfirmationsQueue
impl Send for ConfirmationsQueue
impl Sync for ConfirmationsQueue
impl Unpin for ConfirmationsQueue
impl !UnwindSafe for ConfirmationsQueue
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more