Enum lance_core::utils::futures::Capacity
source · pub enum Capacity {
Bounded(u32),
Unbounded,
}Expand description
A potentially unbounded capacity
Variants§
Trait Implementations§
source§impl PartialEq for Capacity
impl PartialEq for Capacity
impl Copy for Capacity
impl StructuralPartialEq for Capacity
Auto Trait Implementations§
impl Freeze for Capacity
impl RefUnwindSafe for Capacity
impl Send for Capacity
impl Sync for Capacity
impl Unpin for Capacity
impl UnwindSafe for Capacity
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