pub struct ConnectionLayerClientCodec {
pub connection_info: Option<ConnectionInfo>,
pub request_id: RequestId,
}
Fields§
§connection_info: Option<ConnectionInfo>
§request_id: RequestId
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConnectionLayerClientCodec
impl RefUnwindSafe for ConnectionLayerClientCodec
impl Send for ConnectionLayerClientCodec
impl Sync for ConnectionLayerClientCodec
impl Unpin for ConnectionLayerClientCodec
impl UnwindSafe for ConnectionLayerClientCodec
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