Struct hrana_client_proto::CloseStreamReq
source · pub struct CloseStreamReq {
pub stream_id: i32,
}
Fields§
§stream_id: i32
Trait Implementations§
source§impl Debug for CloseStreamReq
impl Debug for CloseStreamReq
Auto Trait Implementations§
impl RefUnwindSafe for CloseStreamReq
impl Send for CloseStreamReq
impl Sync for CloseStreamReq
impl Unpin for CloseStreamReq
impl UnwindSafe for CloseStreamReq
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