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