pub struct PipeConfig {
pub name: String,
pub command: String,
pub respawn_delay: Duration,
pub interface_id: InterfaceId,
}Expand description
Configuration for a pipe interface.
Fields§
§name: String§command: String§respawn_delay: Duration§interface_id: InterfaceIdTrait Implementations§
Source§impl Clone for PipeConfig
impl Clone for PipeConfig
Source§fn clone(&self) -> PipeConfig
fn clone(&self) -> PipeConfig
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 PipeConfig
impl Debug for PipeConfig
Auto Trait Implementations§
impl Freeze for PipeConfig
impl RefUnwindSafe for PipeConfig
impl Send for PipeConfig
impl Sync for PipeConfig
impl Unpin for PipeConfig
impl UnwindSafe for PipeConfig
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