Struct riak::object::ObjectContent [] [src]

pub struct ObjectContent(_);

Represents the actual value and metadata for the value being stored in Riak.

Examples

Methods

impl ObjectContent
[src]

gets the "value" property

sets the "value" property

gets the "content_type" property

sets the "content_type" property

gets the "charset" property

set the "charset" property

get the "content_encoding" property

set the "content_encoding" property

get the "vtag" property

set the "vtag" property

get the "last_mod" property

set the "last_mod" property

get the "last_mod_usecs" property

set the "last_mod_usecs" property

get the "deleted" property

set the "deleted" property

Trait Implementations

impl Clone for ObjectContent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ObjectContent
[src]

Formats the value using the given formatter.

impl Default for ObjectContent
[src]

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