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