Struct cyfs_lib::GlobalStateMetaRequestor
source · pub struct GlobalStateMetaRequestor { /* private fields */ }
Implementations§
source§impl GlobalStateMetaRequestor
impl GlobalStateMetaRequestor
pub fn new_default_tcp(
category: GlobalStateCategory,
dec_id: Option<SharedObjectStackDecID>
) -> Self
pub fn new_tcp(
category: GlobalStateCategory,
dec_id: Option<SharedObjectStackDecID>,
service_addr: &str
) -> Self
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) -> GlobalStateMetaOutputProcessorRef
pub fn clone_processor(&self) -> GlobalStateMetaOutputProcessorRef
Trait Implementations§
source§impl Clone for GlobalStateMetaRequestor
impl Clone for GlobalStateMetaRequestor
source§fn clone(&self) -> GlobalStateMetaRequestor
fn clone(&self) -> GlobalStateMetaRequestor
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