Struct jsonrpc_pubsub::Session
source · [−]pub struct Session { /* private fields */ }
Expand description
RPC client session Keeps track of active subscriptions and unsubscribes from them upon dropping.
Implementations
sourceimpl Session
impl Session
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Session
impl Send for Session
impl Sync for Session
impl Unpin for Session
impl !UnwindSafe for Session
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