Struct cyfs_lib::OpEnvRequestor
source · pub struct OpEnvRequestor { /* private fields */ }
Implementations§
source§impl OpEnvRequestor
impl OpEnvRequestor
pub fn new( category: GlobalStateCategory, op_env_type: ObjectMapOpEnvType, sid: u64, dec_id: Option<SharedObjectStackDecID>, requestor: HttpRequestorRef ) -> Self
pub fn category(&self) -> &GlobalStateCategory
pub fn into_processor(self) -> OpEnvOutputProcessorRef
pub fn clone_processor(&self) -> OpEnvOutputProcessorRef
Trait Implementations§
source§impl Clone for OpEnvRequestor
impl Clone for OpEnvRequestor
source§fn clone(&self) -> OpEnvRequestor
fn clone(&self) -> OpEnvRequestor
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