Struct cyfs_base::ObjectMapPathIterator
source · pub struct ObjectMapPathIterator { /* private fields */ }Implementations
sourceimpl ObjectMapPathIterator
impl ObjectMapPathIterator
pub async fn new(
target: ObjectMapRef,
cache: ObjectMapOpEnvCacheRef,
opt: ObjectMapPathIteratorOption
) -> Self
pub fn is_end(&self) -> bool
pub async fn next(
&mut self,
step: usize
) -> BuckyResult<ObjectMapPathContentList>
Auto Trait Implementations
impl !RefUnwindSafe for ObjectMapPathIterator
impl Send for ObjectMapPathIterator
impl Sync for ObjectMapPathIterator
impl Unpin for ObjectMapPathIterator
impl !UnwindSafe for ObjectMapPathIterator
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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