pub struct PeerRpcHttpState { /* private fields */ }Expand description
Shared immutable state used by the peer RPC HTTP router.
Trait Implementations§
Source§impl Clone for PeerRpcHttpState
impl Clone for PeerRpcHttpState
Source§fn clone(&self) -> PeerRpcHttpState
fn clone(&self) -> PeerRpcHttpState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for PeerRpcHttpState
impl !UnwindSafe for PeerRpcHttpState
impl Freeze for PeerRpcHttpState
impl Send for PeerRpcHttpState
impl Sync for PeerRpcHttpState
impl Unpin for PeerRpcHttpState
impl UnsafeUnpin for PeerRpcHttpState
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