Struct parity_rpc::dispatch::Reservations
source · [−]pub struct Reservations { /* private fields */ }
Expand description
Manages currently reserved and prospective nonces for multiple senders.
Implementations
sourceimpl Reservations
impl Reservations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Reservations
impl Send for Reservations
impl Sync for Reservations
impl Unpin for Reservations
impl !UnwindSafe for Reservations
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