pub struct RulesFile {
pub path: PathBuf,
pub content: String,
pub size: u64,
}Expand description
Individual rules file
Fields§
§path: PathBufPath to the file
content: StringFull content
size: u64File size in bytes
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RulesFile
impl RefUnwindSafe for RulesFile
impl Send for RulesFile
impl Sync for RulesFile
impl Unpin for RulesFile
impl UnwindSafe for RulesFile
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