Enum compose_yml::v2::VolumePermissions [] [src]

pub enum VolumePermissions {
    ReadWrite,
    ReadOnly,
}

Permissions on volumes that are mapped into the Docker container.

Variants

This volume can be read and written (default).

This volume is ready-only.

Trait Implementations

impl Copy for VolumePermissions
[src]

impl Clone for VolumePermissions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for VolumePermissions
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for VolumePermissions
[src]

impl Debug for VolumePermissions
[src]

[src]

Formats the value using the given formatter.

impl Default for VolumePermissions
[src]

[src]

Returns the "default value" for a type. Read more

impl Display for VolumePermissions
[src]

[src]

Formats the value using the given formatter. Read more

impl FromStr for VolumePermissions
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more