pub struct FunctionCallbackInfo { /* private fields */ }Expand description
The argument information given to function call callbacks. This class provides access to information about the context of the call, including the receiver, the number and values of arguments, and the holder of the function.
Implementations§
Source§impl FunctionCallbackInfo
impl FunctionCallbackInfo
pub fn is_construct_call(&self) -> bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FunctionCallbackInfo
impl RefUnwindSafe for FunctionCallbackInfo
impl !Send for FunctionCallbackInfo
impl !Sync for FunctionCallbackInfo
impl Unpin for FunctionCallbackInfo
impl UnwindSafe for FunctionCallbackInfo
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