pub struct HookFile {
pub filename: String,
pub content: String,
}Expand description
Represents a generated hook file.
Fields§
§filename: String§content: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for HookFile
impl RefUnwindSafe for HookFile
impl Send for HookFile
impl Sync for HookFile
impl Unpin for HookFile
impl UnwindSafe for HookFile
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