pub struct Callsite { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for Callsite
impl RefUnwindSafe for Callsite
impl Send for Callsite
impl Sync for Callsite
impl Unpin for Callsite
impl UnwindSafe for Callsite
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