pub struct RawCaptureBudget { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for RawCaptureBudget
impl Clone for RawCaptureBudget
Source§fn clone(&self) -> RawCaptureBudget
fn clone(&self) -> RawCaptureBudget
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RawCaptureBudget
impl Debug for RawCaptureBudget
impl Copy for RawCaptureBudget
Auto Trait Implementations§
impl Freeze for RawCaptureBudget
impl RefUnwindSafe for RawCaptureBudget
impl Send for RawCaptureBudget
impl Sync for RawCaptureBudget
impl Unpin for RawCaptureBudget
impl UnsafeUnpin for RawCaptureBudget
impl UnwindSafe for RawCaptureBudget
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