pub struct LiveVarAnnotation(_);
Implementations
sourceimpl LiveVarAnnotation
impl LiveVarAnnotation
pub fn get_live_var_info_at(
&self,
code_offset: CodeOffset
) -> Option<&LiveVarInfoAtCodeOffset>
Trait Implementations
sourceimpl Clone for LiveVarAnnotation
impl Clone for LiveVarAnnotation
sourcefn clone(&self) -> LiveVarAnnotation
fn clone(&self) -> LiveVarAnnotation
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Default for LiveVarAnnotation
impl Default for LiveVarAnnotation
sourcefn default() -> LiveVarAnnotation
fn default() -> LiveVarAnnotation
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for LiveVarAnnotation
impl Send for LiveVarAnnotation
impl Sync for LiveVarAnnotation
impl Unpin for LiveVarAnnotation
impl UnwindSafe for LiveVarAnnotation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more