Struct cyfs_base::ObjectMapBindIterator
source · [−]pub struct ObjectMapBindIterator { /* private fields */ }Implementations
sourceimpl ObjectMapBindIterator
impl ObjectMapBindIterator
pub async fn new_with_target(
target: ObjectMapRef,
cache: ObjectMapOpEnvCacheRef
) -> Self
pub async fn next(&mut self, step: usize) -> BuckyResult<ObjectMapContentList>
Methods from Deref<Target = ObjectMapIterator>
Trait Implementations
sourceimpl Deref for ObjectMapBindIterator
impl Deref for ObjectMapBindIterator
type Target = ObjectMapIterator
type Target = ObjectMapIterator
The resulting type after dereferencing.
sourcefn deref(&self) -> &ObjectMapIterator
fn deref(&self) -> &ObjectMapIterator
Dereferences the value.
Auto Trait Implementations
impl !RefUnwindSafe for ObjectMapBindIterator
impl Send for ObjectMapBindIterator
impl Sync for ObjectMapBindIterator
impl Unpin for ObjectMapBindIterator
impl !UnwindSafe for ObjectMapBindIterator
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more