pub struct DetectedHooks {
pub hooks: Vec<DetectedHook>,
pub not_hook_attrs: Vec<Attribute>,
}
Fields§
§hooks: Vec<DetectedHook>
§not_hook_attrs: Vec<Attribute>
Auto Trait Implementations§
impl Freeze for DetectedHooks
impl RefUnwindSafe for DetectedHooks
impl !Send for DetectedHooks
impl !Sync for DetectedHooks
impl Unpin for DetectedHooks
impl UnwindSafe for DetectedHooks
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