pub enum DownstreamReordering {
None,
BestEffort,
Strict,
}Expand description
Reliable用のチャンク並び替えの設定
Variants§
Trait Implementations§
Source§impl Clone for DownstreamReordering
impl Clone for DownstreamReordering
Source§fn clone(&self) -> DownstreamReordering
fn clone(&self) -> DownstreamReordering
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 DownstreamReordering
Source§impl Debug for DownstreamReordering
impl Debug for DownstreamReordering
Source§impl Default for DownstreamReordering
impl Default for DownstreamReordering
Source§fn default() -> DownstreamReordering
fn default() -> DownstreamReordering
Returns the “default value” for a type. Read more
impl Eq for DownstreamReordering
Source§impl PartialEq for DownstreamReordering
impl PartialEq for DownstreamReordering
impl StructuralPartialEq for DownstreamReordering
Auto Trait Implementations§
impl Freeze for DownstreamReordering
impl RefUnwindSafe for DownstreamReordering
impl Send for DownstreamReordering
impl Sync for DownstreamReordering
impl Unpin for DownstreamReordering
impl UnsafeUnpin for DownstreamReordering
impl UnwindSafe for DownstreamReordering
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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