pub enum UncompressedSize {
Exact(u64),
InRange(u64, u64),
}
Variants§
Auto Trait Implementations§
impl Freeze for UncompressedSize
impl RefUnwindSafe for UncompressedSize
impl Send for UncompressedSize
impl Sync for UncompressedSize
impl Unpin for UncompressedSize
impl UnwindSafe for UncompressedSize
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