pub struct ActiveNodeReport {
pub flow: CompactString,
pub node: Option<CompactString>,
}Fields§
§flow: CompactStringThe flow in question
node: Option<CompactString>None if it is the starting node, Some(x) if it is a node named x
Trait Implementations§
Source§impl Clone for ActiveNodeReport
impl Clone for ActiveNodeReport
Source§fn clone(&self) -> ActiveNodeReport
fn clone(&self) -> ActiveNodeReport
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 moreAuto Trait Implementations§
impl Freeze for ActiveNodeReport
impl RefUnwindSafe for ActiveNodeReport
impl Send for ActiveNodeReport
impl Sync for ActiveNodeReport
impl Unpin for ActiveNodeReport
impl UnwindSafe for ActiveNodeReport
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