pub struct GatedDeltaChunkedScanCapability { /* private fields */ }Implementations§
Source§impl GatedDeltaChunkedScanCapability
impl GatedDeltaChunkedScanCapability
pub const fn chunk_size(self) -> u32
Trait Implementations§
Source§impl Clone for GatedDeltaChunkedScanCapability
impl Clone for GatedDeltaChunkedScanCapability
Source§fn clone(&self) -> GatedDeltaChunkedScanCapability
fn clone(&self) -> GatedDeltaChunkedScanCapability
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 GatedDeltaChunkedScanCapability
impl Eq for GatedDeltaChunkedScanCapability
impl StructuralPartialEq for GatedDeltaChunkedScanCapability
Auto Trait Implementations§
impl Freeze for GatedDeltaChunkedScanCapability
impl RefUnwindSafe for GatedDeltaChunkedScanCapability
impl Send for GatedDeltaChunkedScanCapability
impl Sync for GatedDeltaChunkedScanCapability
impl Unpin for GatedDeltaChunkedScanCapability
impl UnsafeUnpin for GatedDeltaChunkedScanCapability
impl UnwindSafe for GatedDeltaChunkedScanCapability
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