pub struct CallInfoRef<'ci> { /* private fields */ }
Expand description
调用上下文引用
Implementations§
Source§impl<'ci> CallInfoRef<'ci>
impl<'ci> CallInfoRef<'ci>
Auto Trait Implementations§
impl<'ci> Freeze for CallInfoRef<'ci>
impl<'ci> RefUnwindSafe for CallInfoRef<'ci>
impl<'ci> !Send for CallInfoRef<'ci>
impl<'ci> !Sync for CallInfoRef<'ci>
impl<'ci> Unpin for CallInfoRef<'ci>
impl<'ci> UnwindSafe for CallInfoRef<'ci>
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