pub enum ScanTermination {
MaxEntries,
MaxTotalBytes,
Timeout,
Cancelled,
}Variants§
Trait Implementations§
Source§impl Clone for ScanTermination
impl Clone for ScanTermination
Source§fn clone(&self) -> ScanTermination
fn clone(&self) -> ScanTermination
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 ScanTermination
Source§impl Debug for ScanTermination
impl Debug for ScanTermination
impl Eq for ScanTermination
Source§impl PartialEq for ScanTermination
impl PartialEq for ScanTermination
impl StructuralPartialEq for ScanTermination
Auto Trait Implementations§
impl Freeze for ScanTermination
impl RefUnwindSafe for ScanTermination
impl Send for ScanTermination
impl Sync for ScanTermination
impl Unpin for ScanTermination
impl UnsafeUnpin for ScanTermination
impl UnwindSafe for ScanTermination
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