pub struct TApplyRequestProcessFunctions;Implementations§
Source§impl TApplyRequestProcessFunctions
impl TApplyRequestProcessFunctions
pub fn process_apply_request<H: ApplyRequestSyncHandler>( handler: &H, incoming_sequence_number: i32, i_prot: &mut dyn TInputProtocol, o_prot: &mut dyn TOutputProtocol, ) -> Result<()>
pub fn process_apply_end<H: ApplyRequestSyncHandler>( handler: &H, incoming_sequence_number: i32, i_prot: &mut dyn TInputProtocol, o_prot: &mut dyn TOutputProtocol, ) -> Result<()>
Auto Trait Implementations§
impl Freeze for TApplyRequestProcessFunctions
impl RefUnwindSafe for TApplyRequestProcessFunctions
impl Send for TApplyRequestProcessFunctions
impl Sync for TApplyRequestProcessFunctions
impl Unpin for TApplyRequestProcessFunctions
impl UnwindSafe for TApplyRequestProcessFunctions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more