Struct cursor::NoneExtras [−][src]
pub struct NoneExtras<T>(_);Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
this will reset the newer cursor
Auto Trait Implementations
impl<T> RefUnwindSafe for NoneExtras<T> where
T: RefUnwindSafe,
impl<T> Send for NoneExtras<T> where
T: Send,
impl<T> Sync for NoneExtras<T> where
T: Sync,
impl<T> Unpin for NoneExtras<T> where
T: Unpin,
impl<T> UnwindSafe for NoneExtras<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
