pub struct StdioTransportConfig {
pub read_channel_capacity: usize,
pub write_channel_capacity: usize,
pub max_inbound_frame_bytes: usize,
pub stderr_tail_max_bytes: usize,
}Fields§
§read_channel_capacity: usize§write_channel_capacity: usize§max_inbound_frame_bytes: usize§stderr_tail_max_bytes: usizeTrait Implementations§
Source§impl Clone for StdioTransportConfig
impl Clone for StdioTransportConfig
Source§fn clone(&self) -> StdioTransportConfig
fn clone(&self) -> StdioTransportConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StdioTransportConfig
impl Debug for StdioTransportConfig
Source§impl Default for StdioTransportConfig
impl Default for StdioTransportConfig
Source§impl PartialEq for StdioTransportConfig
impl PartialEq for StdioTransportConfig
impl Copy for StdioTransportConfig
impl Eq for StdioTransportConfig
impl StructuralPartialEq for StdioTransportConfig
Auto Trait Implementations§
impl Freeze for StdioTransportConfig
impl RefUnwindSafe for StdioTransportConfig
impl Send for StdioTransportConfig
impl Sync for StdioTransportConfig
impl Unpin for StdioTransportConfig
impl UnsafeUnpin for StdioTransportConfig
impl UnwindSafe for StdioTransportConfig
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