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

pub struct ObjectContent(_);

ObjectContent represents the contents of a Riak object

Methods

impl ObjectContent
[src]

get the "value" property

set the "value" property

get the "content_type" property

set the "content_type" property

get 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

get the "indexes" property

set the "indexes" 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.