Struct cyfs_lib::NONRequestorHelper
source · pub struct NONRequestorHelper;
Implementations
sourceimpl NONRequestorHelper
impl NONRequestorHelper
pub async fn decode_object_info<T>(req: &mut T) -> BuckyResult<NONObjectInfo>where
T: BodyOp + HeaderOp,
pub async fn decode_allow_empty_object_info<T>(
req: &mut T
) -> BuckyResult<NONObjectInfo>where
T: BodyOp + HeaderOp,
pub async fn decode_option_object_info<T>(
req: &mut T
) -> BuckyResult<Option<NONObjectInfo>>where
T: BodyOp + HeaderOp,
pub fn encode_object_info<T>(req: &mut T, info: NONObjectInfo)where
T: BodyOp + HeaderOp,
pub async fn decode_get_object_response<T>(
resp: &mut T
) -> BuckyResult<NONGetObjectOutputResponse>where
T: BodyOp + HeaderOp,
Auto Trait Implementations
impl RefUnwindSafe for NONRequestorHelper
impl Send for NONRequestorHelper
impl Sync for NONRequestorHelper
impl Unpin for NONRequestorHelper
impl UnwindSafe for NONRequestorHelper
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more