pub struct FragmentPlan {
pub count: u8,
/* private fields */
}Expand description
Plan for splitting an outbound body into fragments.
Fields§
§count: u8Implementations§
Source§impl FragmentPlan
impl FragmentPlan
Trait Implementations§
Source§impl Clone for FragmentPlan
impl Clone for FragmentPlan
Source§fn clone(&self) -> FragmentPlan
fn clone(&self) -> FragmentPlan
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FragmentPlan
impl Debug for FragmentPlan
Source§impl PartialEq for FragmentPlan
impl PartialEq for FragmentPlan
impl Copy for FragmentPlan
impl Eq for FragmentPlan
impl StructuralPartialEq for FragmentPlan
Auto Trait Implementations§
impl Freeze for FragmentPlan
impl RefUnwindSafe for FragmentPlan
impl Send for FragmentPlan
impl Sync for FragmentPlan
impl Unpin for FragmentPlan
impl UnwindSafe for FragmentPlan
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)