Enum lsm::PoolMember [] [src]

pub enum PoolMember {
    Disk(Disk),
    Pool(Pool),
}

Represent a Pool member.

Variants

Pool is created from disks.

Pool is allocationed from other pool.

Trait Implementations

impl Debug for PoolMember
[src]

[src]

Formats the value using the given formatter.

impl Clone for PoolMember
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more