pub struct FanoutNodeSpec {
pub thread: String,
pub path: PathBuf,
pub title: String,
}Expand description
One child lane after successful parse.
Fields§
§thread: String§path: PathBuf§title: StringImplementations§
Source§impl FanoutNodeSpec
impl FanoutNodeSpec
Sourcepub fn to_lane_arg(&self) -> String
pub fn to_lane_arg(&self) -> String
Reconstruct the CLI --lane value form: thread=path:title.
Trait Implementations§
Source§impl Clone for FanoutNodeSpec
impl Clone for FanoutNodeSpec
Source§fn clone(&self) -> FanoutNodeSpec
fn clone(&self) -> FanoutNodeSpec
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 FanoutNodeSpec
impl Debug for FanoutNodeSpec
impl Eq for FanoutNodeSpec
Source§impl PartialEq for FanoutNodeSpec
impl PartialEq for FanoutNodeSpec
impl StructuralPartialEq for FanoutNodeSpec
Auto Trait Implementations§
impl Freeze for FanoutNodeSpec
impl RefUnwindSafe for FanoutNodeSpec
impl Send for FanoutNodeSpec
impl Sync for FanoutNodeSpec
impl Unpin for FanoutNodeSpec
impl UnsafeUnpin for FanoutNodeSpec
impl UnwindSafe for FanoutNodeSpec
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