Struct wisp_mux::MuxStreamCloser
source · pub struct MuxStreamCloser {
pub stream_id: u32,
/* private fields */
}
Expand description
Close handle for a multiplexor stream.
Fields§
§stream_id: u32
ID of the stream.
Implementations§
Trait Implementations§
source§impl Clone for MuxStreamCloser
impl Clone for MuxStreamCloser
source§fn clone(&self) -> MuxStreamCloser
fn clone(&self) -> MuxStreamCloser
Returns a copy of the value. Read more
1.0.0 · 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 MuxStreamCloser
impl Send for MuxStreamCloser
impl Sync for MuxStreamCloser
impl Unpin for MuxStreamCloser
impl !UnwindSafe for MuxStreamCloser
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