Struct cyfs_lib::StateSetView
source · pub struct StateSetView { /* private fields */ }
Implementations
sourceimpl StateSetView
impl StateSetView
pub fn new(storage: StateView) -> Self
pub fn storage(&self) -> &StateView
pub fn into_storage(self) -> StateView
pub async fn abort(self)
pub async fn contains(&self, object_id: &ObjectId) -> BuckyResult<bool>
pub async fn next(&self, step: u32) -> BuckyResult<Vec<ObjectId>>
pub async fn reset(&self) -> BuckyResult<()>
pub async fn list(&self) -> BuckyResult<Vec<ObjectId>>
Auto Trait Implementations
impl !RefUnwindSafe for StateSetView
impl Send for StateSetView
impl Sync for StateSetView
impl Unpin for StateSetView
impl !UnwindSafe for StateSetView
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