pub struct DetectedHook {
pub ident: Ident,
}Fields§
§ident: IdentAuto Trait Implementations§
impl Freeze for DetectedHook
impl RefUnwindSafe for DetectedHook
impl !Send for DetectedHook
impl !Sync for DetectedHook
impl Unpin for DetectedHook
impl UnwindSafe for DetectedHook
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