pub struct ScanOnceOverflow;Expand description
The scanOnce ring was full — C returns non-zero (!pushOK,
dbScan.c:697) and drops the request.
Trait Implementations§
Source§impl Clone for ScanOnceOverflow
impl Clone for ScanOnceOverflow
Source§fn clone(&self) -> ScanOnceOverflow
fn clone(&self) -> ScanOnceOverflow
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 ScanOnceOverflow
Source§impl Debug for ScanOnceOverflow
impl Debug for ScanOnceOverflow
impl Eq for ScanOnceOverflow
Source§impl PartialEq for ScanOnceOverflow
impl PartialEq for ScanOnceOverflow
impl StructuralPartialEq for ScanOnceOverflow
Auto Trait Implementations§
impl Freeze for ScanOnceOverflow
impl RefUnwindSafe for ScanOnceOverflow
impl Send for ScanOnceOverflow
impl Sync for ScanOnceOverflow
impl Unpin for ScanOnceOverflow
impl UnsafeUnpin for ScanOnceOverflow
impl UnwindSafe for ScanOnceOverflow
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