pub struct IteratorOptions {
pub prefix: Vec<u8>,
pub reverse: bool,
}Fields§
§prefix: Vec<u8>§reverse: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for IteratorOptions
impl RefUnwindSafe for IteratorOptions
impl Send for IteratorOptions
impl Sync for IteratorOptions
impl Unpin for IteratorOptions
impl UnwindSafe for IteratorOptions
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