pub struct StreamSequence;Expand description
Selector for the stream sequence number; see STREAM_SEQUENCE.
Trait Implementations§
Source§impl Clone for StreamSequence
impl Clone for StreamSequence
Source§fn clone(&self) -> StreamSequence
fn clone(&self) -> StreamSequence
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StreamSequence
Source§impl Debug for StreamSequence
impl Debug for StreamSequence
Auto Trait Implementations§
impl Freeze for StreamSequence
impl RefUnwindSafe for StreamSequence
impl Send for StreamSequence
impl Sync for StreamSequence
impl Unpin for StreamSequence
impl UnsafeUnpin for StreamSequence
impl UnwindSafe for StreamSequence
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