pub struct CapacityReservation { /* private fields */ }Trait Implementations§
Source§impl Drop for CapacityReservation
impl Drop for CapacityReservation
Auto Trait Implementations§
impl !RefUnwindSafe for CapacityReservation
impl !Send for CapacityReservation
impl !Sync for CapacityReservation
impl !UnwindSafe for CapacityReservation
impl Freeze for CapacityReservation
impl Unpin for CapacityReservation
impl UnsafeUnpin for CapacityReservation
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