#[repr(C)]pub struct Budgeted(/* private fields */);
Implementations§
Trait Implementations§
impl Copy for Budgeted
impl Eq for Budgeted
impl StructuralPartialEq for Budgeted
Auto Trait Implementations§
impl Freeze for Budgeted
impl RefUnwindSafe for Budgeted
impl Send for Budgeted
impl Sync for Budgeted
impl Unpin for Budgeted
impl UnwindSafe for Budgeted
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