pub struct Empty<const U: usize>(/* private fields */);Expand description
Possibly empty vector with upper bound.
Trait Implementations§
impl<const U: usize> Copy for Empty<U>
impl<const U: usize> Eq for Empty<U>
impl<const U: usize> StructuralPartialEq for Empty<U>
Auto Trait Implementations§
impl<const U: usize> Freeze for Empty<U>
impl<const U: usize> RefUnwindSafe for Empty<U>
impl<const U: usize> Send for Empty<U>
impl<const U: usize> Sync for Empty<U>
impl<const U: usize> Unpin for Empty<U>
impl<const U: usize> UnwindSafe for Empty<U>
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