Struct rusoto_ec2::BlobAttributeValue [] [src]

pub struct BlobAttributeValue {
    pub value: Option<Vec<u8>>,
}

Fields

Trait Implementations

impl Default for BlobAttributeValue
[src]

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

impl Debug for BlobAttributeValue
[src]

Formats the value using the given formatter.

impl Clone for BlobAttributeValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more