Struct cyfs_lib::GlobalStateAccessorStub
source · pub struct GlobalStateAccessorStub { /* private fields */ }
Implementations§
source§impl GlobalStateAccessorStub
impl GlobalStateAccessorStub
pub async fn get_object_by_path( &self, path: impl Into<String> ) -> BuckyResult<NONGetObjectOutputResponse>
pub async fn list( &self, path: impl Into<String> ) -> BuckyResult<Vec<ObjectMapContentItem>>
pub async fn list_by_page( &self, path: impl Into<String>, page_index: u32, page_size: u32 ) -> BuckyResult<Vec<ObjectMapContentItem>>
Trait Implementations§
source§impl Clone for GlobalStateAccessorStub
impl Clone for GlobalStateAccessorStub
source§fn clone(&self) -> GlobalStateAccessorStub
fn clone(&self) -> GlobalStateAccessorStub
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more