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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NegativeBlockBehavior
impl Debug for NegativeBlockBehavior
impl 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 UnwindSafe for NegativeBlockBehavior
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