Struct cyfs_lib::GlobalStateAccessorRequestor
source · pub struct GlobalStateAccessorRequestor { /* private fields */ }
Implementations§
source§impl GlobalStateAccessorRequestor
impl GlobalStateAccessorRequestor
pub fn new_root_state( dec_id: Option<SharedObjectStackDecID>, requestor: HttpRequestorRef ) -> Self
pub fn new_local_cache( dec_id: Option<SharedObjectStackDecID>, requestor: HttpRequestorRef ) -> Self
pub fn new( category: GlobalStateCategory, dec_id: Option<SharedObjectStackDecID>, requestor: HttpRequestorRef ) -> Self
pub fn category(&self) -> &GlobalStateCategory
pub fn into_processor(self) -> GlobalStateAccessorOutputProcessorRef
pub fn clone_processor(&self) -> GlobalStateAccessorOutputProcessorRef
pub async fn decode_get_object_by_path_response( resp: &mut Response ) -> BuckyResult<RootStateAccessorGetObjectByPathOutputResponse>
pub async fn decode_list_response( resp: &mut Response ) -> BuckyResult<RootStateAccessorListOutputResponse>
Trait Implementations§
source§impl Clone for GlobalStateAccessorRequestor
impl Clone for GlobalStateAccessorRequestor
source§fn clone(&self) -> GlobalStateAccessorRequestor
fn clone(&self) -> GlobalStateAccessorRequestor
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