pub struct EmptyIterator { /* private fields */ }Expand description
Implementations§
Source§impl EmptyIterator
impl EmptyIterator
pub fn new(s: &Status) -> EmptyIterator
pub fn valid(&self) -> bool
pub fn seek(&mut self, target: &Slice)
pub fn seek_to_first(&mut self)
pub fn seek_to_last(&mut self)
pub fn next(&mut self)
pub fn prev(&mut self)
pub fn key(&self) -> Slice
pub fn value(&self) -> Slice
pub fn status(&self) -> Status
Auto Trait Implementations§
impl Freeze for EmptyIterator
impl !RefUnwindSafe for EmptyIterator
impl !Send for EmptyIterator
impl !Sync for EmptyIterator
impl Unpin for EmptyIterator
impl !UnwindSafe for EmptyIterator
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