Struct two_sided_vec::raw::CapacityRequest [] [src]

pub struct CapacityRequest {
    pub used: Capacity,
    pub needed: Capacity,
}

Fields

Trait Implementations

impl Copy for CapacityRequest
[src]

impl Clone for CapacityRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CapacityRequest
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations