pub struct FanoutCommandSpec {
pub lane_thread: String,
pub command: String,
pub argv: Vec<String>,
}Expand description
One recommended command in fanout plan JSON.
Fields§
§lane_thread: String§command: String§argv: Vec<String>Trait Implementations§
Source§impl Clone for FanoutCommandSpec
impl Clone for FanoutCommandSpec
Source§fn clone(&self) -> FanoutCommandSpec
fn clone(&self) -> FanoutCommandSpec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FanoutCommandSpec
impl Debug for FanoutCommandSpec
impl Eq for FanoutCommandSpec
Source§impl PartialEq for FanoutCommandSpec
impl PartialEq for FanoutCommandSpec
Source§impl Serialize for FanoutCommandSpec
impl Serialize for FanoutCommandSpec
impl StructuralPartialEq for FanoutCommandSpec
Auto Trait Implementations§
impl Freeze for FanoutCommandSpec
impl RefUnwindSafe for FanoutCommandSpec
impl Send for FanoutCommandSpec
impl Sync for FanoutCommandSpec
impl Unpin for FanoutCommandSpec
impl UnsafeUnpin for FanoutCommandSpec
impl UnwindSafe for FanoutCommandSpec
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