pub enum Count {
Count(i32),
Glob,
}
Expand description
The count of elements in an HdataCommand
.
Positive counts mean the next elements, negative counts mean the previous elements, a glob means the next elements to the end of the list.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Count
impl RefUnwindSafe for Count
impl Send for Count
impl Sync for Count
impl Unpin for Count
impl UnwindSafe for Count
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