pub struct TBinaryOutputProtocolFactory;Expand description
Creates instances of TBinaryOutputProtocol that use the strict Thrift
binary encoding.
Trait Implementations§
Source§impl TOutputProtocolFactory for TBinaryOutputProtocolFactory
impl TOutputProtocolFactory for TBinaryOutputProtocolFactory
Source§fn create(
&mut self,
transport: Rc<RefCell<Box<dyn TTransport>>>,
) -> Box<dyn TOutputProtocol>
fn create( &mut self, transport: Rc<RefCell<Box<dyn TTransport>>>, ) -> Box<dyn TOutputProtocol>
Create an instance of a
TOutputProtocol.Auto Trait Implementations§
impl Freeze for TBinaryOutputProtocolFactory
impl RefUnwindSafe for TBinaryOutputProtocolFactory
impl Send for TBinaryOutputProtocolFactory
impl Sync for TBinaryOutputProtocolFactory
impl Unpin for TBinaryOutputProtocolFactory
impl UnwindSafe for TBinaryOutputProtocolFactory
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