pub struct Step {
pub line: usize,
pub uses: Option<String>,
pub text: String,
}Expand description
스텝 하나.
Fields§
§line: usize§uses: Option<String>§text: String스텝 블록 원문(트림된 행들의 결합) — ref: 패턴 검사용.
Auto Trait Implementations§
impl Freeze for Step
impl RefUnwindSafe for Step
impl Send for Step
impl Sync for Step
impl Unpin for Step
impl UnsafeUnpin for Step
impl UnwindSafe for Step
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