pub struct TPushActionsProcessFunctions;Implementations§
Source§impl TPushActionsProcessFunctions
impl TPushActionsProcessFunctions
pub fn process_push_actions<H: PushActionsSyncHandler>( handler: &H, incoming_sequence_number: i32, i_prot: &mut dyn TInputProtocol, o_prot: &mut dyn TOutputProtocol, ) -> Result<()>
Auto Trait Implementations§
impl Freeze for TPushActionsProcessFunctions
impl RefUnwindSafe for TPushActionsProcessFunctions
impl Send for TPushActionsProcessFunctions
impl Sync for TPushActionsProcessFunctions
impl Unpin for TPushActionsProcessFunctions
impl UnwindSafe for TPushActionsProcessFunctions
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