pub struct NoCapacities;Expand description
NoCapacities (862).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoCapacities
impl RefUnwindSafe for NoCapacities
impl Send for NoCapacities
impl Sync for NoCapacities
impl Unpin for NoCapacities
impl UnsafeUnpin for NoCapacities
impl UnwindSafe for NoCapacities
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