struct ConnectParts {
pending: Pending,
ping: Recorder,
recv_stream: RecvStream,
}Fields§
§pending: Pending§ping: Recorder§recv_stream: RecvStreamAuto 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