pub struct FanoutBaseSelection {
pub base_state: String,
pub base_root: String,
pub parent_thread: String,
}Expand description
Selected base for fanout parent/child tasks and lane starts.
Fields§
§base_state: String§base_root: String§parent_thread: StringTrait Implementations§
Source§impl Clone for FanoutBaseSelection
impl Clone for FanoutBaseSelection
Source§fn clone(&self) -> FanoutBaseSelection
fn clone(&self) -> FanoutBaseSelection
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 FanoutBaseSelection
impl Debug for FanoutBaseSelection
impl Eq for FanoutBaseSelection
Source§impl PartialEq for FanoutBaseSelection
impl PartialEq for FanoutBaseSelection
impl StructuralPartialEq for FanoutBaseSelection
Auto Trait Implementations§
impl Freeze for FanoutBaseSelection
impl RefUnwindSafe for FanoutBaseSelection
impl Send for FanoutBaseSelection
impl Sync for FanoutBaseSelection
impl Unpin for FanoutBaseSelection
impl UnsafeUnpin for FanoutBaseSelection
impl UnwindSafe for FanoutBaseSelection
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