pub struct WriteHandoffConfig {
pub max_items: usize,
pub max_pending_bytes: usize,
}Fields§
§max_items: usize§max_pending_bytes: usizeImplementations§
Trait Implementations§
Source§impl Clone for WriteHandoffConfig
impl Clone for WriteHandoffConfig
Source§fn clone(&self) -> WriteHandoffConfig
fn clone(&self) -> WriteHandoffConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WriteHandoffConfig
impl Debug for WriteHandoffConfig
impl Copy for WriteHandoffConfig
Auto Trait Implementations§
impl Freeze for WriteHandoffConfig
impl RefUnwindSafe for WriteHandoffConfig
impl Send for WriteHandoffConfig
impl Sync for WriteHandoffConfig
impl Unpin for WriteHandoffConfig
impl UnsafeUnpin for WriteHandoffConfig
impl UnwindSafe for WriteHandoffConfig
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