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