pub struct JobSection {
pub line: usize,
pub patterns: BTreeSet<String>,
}Expand description
락의 잡 구획 하나 — [이름] 헤더의 행 번호와 허용 패턴들.
Fields§
§line: usize§patterns: BTreeSet<String>Auto Trait Implementations§
impl Freeze for JobSection
impl RefUnwindSafe for JobSection
impl Send for JobSection
impl Sync for JobSection
impl Unpin for JobSection
impl UnsafeUnpin for JobSection
impl UnwindSafe for JobSection
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