pub enum KeySpecFindKeys {
Range {
last_key: i32,
key_step: i32,
limit: i32,
},
Keynum {
keynum_idx: i32,
first_key: i32,
key_step: i32,
},
}
Variants§
Auto Trait Implementations§
impl Freeze for KeySpecFindKeys
impl RefUnwindSafe for KeySpecFindKeys
impl Send for KeySpecFindKeys
impl Sync for KeySpecFindKeys
impl Unpin for KeySpecFindKeys
impl UnwindSafe for KeySpecFindKeys
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