pub struct ConstructionProcedureConfig { /* private fields */ }Implementations§
Source§impl ConstructionProcedureConfig
impl ConstructionProcedureConfig
pub const PROC_TYPE: &'static str = "construction"
pub fn new(construction_type: ConstructionType) -> Self
pub fn from_proc_config(config: &HashMap<String, Value>) -> Result<Self>
pub fn construction_type(&self) -> &ConstructionType
Auto Trait Implementations§
impl Freeze for ConstructionProcedureConfig
impl RefUnwindSafe for ConstructionProcedureConfig
impl Send for ConstructionProcedureConfig
impl Sync for ConstructionProcedureConfig
impl Unpin for ConstructionProcedureConfig
impl UnwindSafe for ConstructionProcedureConfig
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