pub struct TBinaryInputProtocolFactory;Expand description
Factory for creating instances of TBinaryInputProtocol.
Implementations§
Source§impl TBinaryInputProtocolFactory
impl TBinaryInputProtocolFactory
Sourcepub fn new() -> TBinaryInputProtocolFactory
pub fn new() -> TBinaryInputProtocolFactory
Create a TBinaryInputProtocolFactory.
Trait Implementations§
Source§impl Default for TBinaryInputProtocolFactory
impl Default for TBinaryInputProtocolFactory
Source§fn default() -> TBinaryInputProtocolFactory
fn default() -> TBinaryInputProtocolFactory
Returns the “default value” for a type. Read more
Source§impl TInputProtocolFactory for TBinaryInputProtocolFactory
impl TInputProtocolFactory for TBinaryInputProtocolFactory
fn create( &self, transport: Box<dyn TReadTransport + Send>, ) -> Box<dyn TInputProtocol + Send>
Auto Trait Implementations§
impl Freeze for TBinaryInputProtocolFactory
impl RefUnwindSafe for TBinaryInputProtocolFactory
impl Send for TBinaryInputProtocolFactory
impl Sync for TBinaryInputProtocolFactory
impl Unpin for TBinaryInputProtocolFactory
impl UnsafeUnpin for TBinaryInputProtocolFactory
impl UnwindSafe for TBinaryInputProtocolFactory
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