[][src]Module bollard::volume

Volume API: Create and manage persistent storage that can be attached to containers.

Structs

CreateVolumeOptions

Volume configuration used in the Create Volume API

ListVolumesOptions

Parameters used in the List Volume API

ListVolumesResults

Result type for the List Volumes API

PruneVolumesOptions

Parameters used in the Prune Volumes API

PruneVolumesResults

Result type for the Prune Volumes API

RemoveVolumeOptions

Parameters used in the Remove Volume API

VolumeAPI

Result type for the Inspect Volume API and the Create Volume API

VolumesListVolumesResults

Subresult type for the List Volumes API

Traits

ListVolumesQueryParams

Trait providing implementations for List Volumes Options struct.

PruneVolumesQueryParams

Trait providing implementations for Prune Volumes Options struct.

RemoveVolumeQueryParams

Trait providing implementations for Remove Volume Options struct.