Struct thrift::transport::TFramedReadTransportFactory
source · pub struct TFramedReadTransportFactory;
Expand description
Factory for creating instances of TFramedReadTransport
.
Implementations§
source§impl TFramedReadTransportFactory
impl TFramedReadTransportFactory
pub fn new() -> TFramedReadTransportFactory
Trait Implementations§
source§impl Default for TFramedReadTransportFactory
impl Default for TFramedReadTransportFactory
source§fn default() -> TFramedReadTransportFactory
fn default() -> TFramedReadTransportFactory
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TFramedReadTransportFactory
impl RefUnwindSafe for TFramedReadTransportFactory
impl Send for TFramedReadTransportFactory
impl Sync for TFramedReadTransportFactory
impl Unpin for TFramedReadTransportFactory
impl UnwindSafe for TFramedReadTransportFactory
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