pub struct StreamEnd {
pub stream_id: u64,
}Fields§
§stream_id: u64Trait Implementations§
impl Eq for StreamEnd
impl StructuralPartialEq for StreamEnd
Auto Trait Implementations§
impl Freeze for StreamEnd
impl RefUnwindSafe for StreamEnd
impl Send for StreamEnd
impl Sync for StreamEnd
impl Unpin for StreamEnd
impl UnwindSafe for StreamEnd
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