pub struct Budget<'b> { /* private fields */ }
Auto Trait Implementations§
impl<'b> Freeze for Budget<'b>
impl<'b> RefUnwindSafe for Budget<'b>
impl<'b> Send for Budget<'b>
impl<'b> Sync for Budget<'b>
impl<'b> Unpin for Budget<'b>
impl<'b> UnwindSafe for Budget<'b>
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