Struct runtime::core_objects::SliceIterator
source · [−]pub struct SliceIterator {
pub parent: ObjectRef,
pub curr: RwLock<i64>,
pub stop: Option<i64>,
pub step: i64,
}
Fields
parent: ObjectRef
curr: RwLock<i64>
stop: Option<i64>
step: i64
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for SliceIterator
impl !Send for SliceIterator
impl !Sync for SliceIterator
impl Unpin for SliceIterator
impl !UnwindSafe for SliceIterator
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more