pub struct ShellBlockConfig {
pub app_name: String,
pub block_content: String,
}Expand description
Configuration for managed shell blocks.
Fields§
§app_name: StringApplication name, used in markers.
block_content: StringThe content to inject between markers (the shell script body).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShellBlockConfig
impl RefUnwindSafe for ShellBlockConfig
impl Send for ShellBlockConfig
impl Sync for ShellBlockConfig
impl Unpin for ShellBlockConfig
impl UnsafeUnpin for ShellBlockConfig
impl UnwindSafe for ShellBlockConfig
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