struct ConnectParts {
pending: Pending,
ping: Recorder,
recv_stream: RecvStream,
}
Fields§
§pending: Pending
§ping: Recorder
§recv_stream: RecvStream
Auto Trait Implementations§
impl Freeze for ConnectParts
impl !RefUnwindSafe for ConnectParts
impl Send for ConnectParts
impl Sync for ConnectParts
impl Unpin for ConnectParts
impl !UnwindSafe for ConnectParts
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