Struct thrift::protocol::TBinaryInputProtocolFactory
source · 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 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