pub struct OutputFull { /* private fields */ }Expand description
Retry information when the current destination cannot make progress.
Implementations§
Source§impl OutputFull
impl OutputFull
Sourcepub const fn minimum_output(self) -> NonZeroUsize
pub const fn minimum_output(self) -> NonZeroUsize
Returns the minimum destination bytes needed by the next retry.
Trait Implementations§
Source§impl Clone for OutputFull
impl Clone for OutputFull
Source§fn clone(&self) -> OutputFull
fn clone(&self) -> OutputFull
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 OutputFull
Source§impl Debug for OutputFull
impl Debug for OutputFull
impl Eq for OutputFull
Source§impl Hash for OutputFull
impl Hash for OutputFull
Source§impl PartialEq for OutputFull
impl PartialEq for OutputFull
impl StructuralPartialEq for OutputFull
Auto Trait Implementations§
impl Freeze for OutputFull
impl RefUnwindSafe for OutputFull
impl Send for OutputFull
impl Sync for OutputFull
impl Unpin for OutputFull
impl UnsafeUnpin for OutputFull
impl UnwindSafe for OutputFull
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