pub struct Charge<'a> { /* private fields */ }Expand description
Analysis work whose time is being charged, added to the budget when this drops.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Charge<'a>
impl<'a> RefUnwindSafe for Charge<'a>
impl<'a> Send for Charge<'a>
impl<'a> Sync for Charge<'a>
impl<'a> Unpin for Charge<'a>
impl<'a> UnsafeUnpin for Charge<'a>
impl<'a> UnwindSafe for Charge<'a>
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