Enum bincode::config::legacy::LimitOption
source · enum LimitOption {
Unlimited,
Limited(u64),
}
Variants§
Trait Implementations§
source§impl Clone for LimitOption
impl Clone for LimitOption
source§fn clone(&self) -> LimitOption
fn clone(&self) -> LimitOption
Returns a copy 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 LimitOption
impl Debug for LimitOption
impl Copy for LimitOption
Auto Trait Implementations§
impl Freeze for LimitOption
impl RefUnwindSafe for LimitOption
impl Send for LimitOption
impl Sync for LimitOption
impl Unpin for LimitOption
impl UnwindSafe for LimitOption
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