pub enum ByteLimit {
Unlimited,
Maximum(u64),
}Variants§
Implementations§
Trait Implementations§
impl Copy for ByteLimit
impl Eq for ByteLimit
impl StructuralPartialEq for ByteLimit
Auto Trait Implementations§
impl Freeze for ByteLimit
impl RefUnwindSafe for ByteLimit
impl Send for ByteLimit
impl Sync for ByteLimit
impl Unpin for ByteLimit
impl UnsafeUnpin for ByteLimit
impl UnwindSafe for ByteLimit
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