pub struct ProcedureNodeInput {
pub procedure_id: String,
pub standard_id: String,
pub procedure_type: String,
pub sample_size: u32,
pub confidence_level: f64,
}Expand description
Input data for an audit procedure node.
Fields§
§procedure_id: String§standard_id: String§procedure_type: String§sample_size: u32§confidence_level: f64Trait Implementations§
Source§impl Clone for ProcedureNodeInput
impl Clone for ProcedureNodeInput
Source§fn clone(&self) -> ProcedureNodeInput
fn clone(&self) -> ProcedureNodeInput
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 ProcedureNodeInput
impl RefUnwindSafe for ProcedureNodeInput
impl Send for ProcedureNodeInput
impl Sync for ProcedureNodeInput
impl Unpin for ProcedureNodeInput
impl UnsafeUnpin for ProcedureNodeInput
impl UnwindSafe for ProcedureNodeInput
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