pub struct HookInfo {
pub name: String,
pub hook_type: String,
pub dependencies: Vec<String>,
pub custom_hook: bool,
}
Expand description
React hook information
Fields§
§name: String
§hook_type: String
§dependencies: Vec<String>
§custom_hook: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HookInfo
impl RefUnwindSafe for HookInfo
impl Send for HookInfo
impl Sync for HookInfo
impl Unpin for HookInfo
impl UnwindSafe for HookInfo
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