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