pub struct HookInstall {
pub name: &'static str,
pub content: &'static str,
}Fields§
§name: &'static str§content: &'static strAuto Trait Implementations§
impl Freeze for HookInstall
impl RefUnwindSafe for HookInstall
impl Send for HookInstall
impl Sync for HookInstall
impl Unpin for HookInstall
impl UnsafeUnpin for HookInstall
impl UnwindSafe for HookInstall
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