pub enum ChunkerError {
InsufficientMaxSize,
InsufficientTargetSize,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChunkerError
impl RefUnwindSafe for ChunkerError
impl Send for ChunkerError
impl Sync for ChunkerError
impl Unpin for ChunkerError
impl UnwindSafe for ChunkerError
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