pub enum DwarfExpressionResult {
SimpleLocation(DwarfExpressionSimpleLocation),
Pieces(DwarfExpressionPiecesResult),
}Variants§
SimpleLocation(DwarfExpressionSimpleLocation)
Pieces(DwarfExpressionPiecesResult)
Auto Trait Implementations§
impl !Freeze for DwarfExpressionResult
impl RefUnwindSafe for DwarfExpressionResult
impl Send for DwarfExpressionResult
impl Sync for DwarfExpressionResult
impl Unpin for DwarfExpressionResult
impl UnwindSafe for DwarfExpressionResult
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