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