pub struct ReturnInfo { /* private fields */ }Expand description
Information about the current state of the analyzer. Used to track the value that should be returned from the function at the current analysis point
Trait Implementations§
source§impl Clone for ReturnInfo
impl Clone for ReturnInfo
source§fn clone(&self) -> ReturnInfo
fn clone(&self) -> ReturnInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ReturnInfo
impl Debug for ReturnInfo
source§impl PartialEq for ReturnInfo
impl PartialEq for ReturnInfo
source§fn eq(&self, other: &ReturnInfo) -> bool
fn eq(&self, other: &ReturnInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ReturnInfo
impl StructuralPartialEq for ReturnInfo
Auto Trait Implementations§
impl Freeze for ReturnInfo
impl RefUnwindSafe for ReturnInfo
impl Send for ReturnInfo
impl Sync for ReturnInfo
impl Unpin for ReturnInfo
impl UnwindSafe for ReturnInfo
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.