Struct sway_ir::pretty::WithContext
source · pub struct WithContext<'a, 'c, T: ?Sized> { /* private fields */ }
Trait Implementations
sourceimpl<'a, 'c, T> Debug for WithContext<'a, 'c, T>where
T: DebugWithContext,
impl<'a, 'c, T> Debug for WithContext<'a, 'c, T>where
T: DebugWithContext,
Auto Trait Implementations
impl<'a, 'c, T: ?Sized> RefUnwindSafe for WithContext<'a, 'c, T>where
T: RefUnwindSafe,
impl<'a, 'c, T: ?Sized> Send for WithContext<'a, 'c, T>where
T: Sync,
impl<'a, 'c, T: ?Sized> Sync for WithContext<'a, 'c, T>where
T: Sync,
impl<'a, 'c, T: ?Sized> Unpin for WithContext<'a, 'c, T>
impl<'a, 'c, T: ?Sized> UnwindSafe for WithContext<'a, 'c, T>where
T: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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