pub struct DelayDoConfig {
pub prefix: String,
pub record: String,
}Expand description
The P and R macros of
program delayDo("name=delayDo,P=xxx:,R=delayDo1") (delayDo.st:1).
Fields§
§prefix: String§record: StringImplementations§
Trait Implementations§
Source§impl Clone for DelayDoConfig
impl Clone for DelayDoConfig
Auto Trait Implementations§
impl Freeze for DelayDoConfig
impl RefUnwindSafe for DelayDoConfig
impl Send for DelayDoConfig
impl Sync for DelayDoConfig
impl Unpin for DelayDoConfig
impl UnsafeUnpin for DelayDoConfig
impl UnwindSafe for DelayDoConfig
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