pub struct TCompactInputProtocolFactory;
Expand description
Creates instances of TCompactInputProtocol
.
Trait Implementations§
Source§impl TInputProtocolFactory for TCompactInputProtocolFactory
impl TInputProtocolFactory for TCompactInputProtocolFactory
Source§fn create(
&mut self,
transport: Rc<RefCell<Box<dyn TTransport>>>,
) -> Box<dyn TInputProtocol>
fn create( &mut self, transport: Rc<RefCell<Box<dyn TTransport>>>, ) -> Box<dyn TInputProtocol>
Create an instance of a
TInputProtocol
.Auto Trait Implementations§
impl Freeze for TCompactInputProtocolFactory
impl RefUnwindSafe for TCompactInputProtocolFactory
impl Send for TCompactInputProtocolFactory
impl Sync for TCompactInputProtocolFactory
impl Unpin for TCompactInputProtocolFactory
impl UnwindSafe for TCompactInputProtocolFactory
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