enum NegativeBlockBehavior {
ProcessItems,
SkipBySize,
}Variants§
Trait Implementations§
Source§impl Clone for NegativeBlockBehavior
impl Clone for NegativeBlockBehavior
Source§fn clone(&self) -> NegativeBlockBehavior
fn clone(&self) -> NegativeBlockBehavior
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 NegativeBlockBehavior
Auto Trait Implementations§
impl Freeze for NegativeBlockBehavior
impl RefUnwindSafe for NegativeBlockBehavior
impl Send for NegativeBlockBehavior
impl Sync for NegativeBlockBehavior
impl Unpin for NegativeBlockBehavior
impl UnsafeUnpin for NegativeBlockBehavior
impl UnwindSafe for NegativeBlockBehavior
Blanket Implementations§
impl<T> Allocation for T
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