pub struct ThriftSharedMemoryTransportBuilder { /* private fields */ }Implementations§
pub fn with_memory_name(self, name: impl Into<String>) -> Self
pub fn with_buffer_type(self, buffer_type: ThriftSharedMemoryBufferType) -> Self
pub fn with_buffer_size(self, buffer_size: NonZeroU64) -> Self
pub fn build(self) -> ThriftSharedMemoryTransport
Trait Implementations§
Auto Trait Implementations§
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