Struct cyfs_lib::NONRequestor
source · pub struct NONRequestor { /* private fields */ }
Implementations§
source§impl NONRequestor
impl NONRequestor
pub fn new_default_tcp(dec_id: Option<SharedObjectStackDecID>) -> Self
pub fn new_tcp(
dec_id: Option<SharedObjectStackDecID>,
service_addr: &str
) -> Self
pub fn new(
dec_id: Option<SharedObjectStackDecID>,
requestor: HttpRequestorRef
) -> Self
pub fn into_processor(self) -> NONOutputProcessorRef
pub fn clone_processor(&self) -> NONOutputProcessorRef
pub async fn put_object(
&self,
req: NONPutObjectOutputRequest
) -> BuckyResult<NONPutObjectOutputResponse>
pub async fn update_object_meta(
&self,
req: NONUpdateObjectMetaOutputRequest
) -> BuckyResult<NONPutObjectOutputResponse>
pub async fn get_object(
&self,
req: NONGetObjectOutputRequest
) -> BuckyResult<NONGetObjectOutputResponse>
pub async fn post_object(
&self,
req: NONPostObjectOutputRequest
) -> BuckyResult<NONPostObjectOutputResponse>
pub async fn select_object(
&self,
req: NONSelectObjectOutputRequest
) -> BuckyResult<NONSelectObjectOutputResponse>
pub async fn delete_object(
&self,
req: NONDeleteObjectOutputRequest
) -> BuckyResult<NONDeleteObjectOutputResponse>
Trait Implementations§
source§impl Clone for NONRequestor
impl Clone for NONRequestor
source§fn clone(&self) -> NONRequestor
fn clone(&self) -> NONRequestor
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