Struct agnes::view::FieldView [] [src]

pub struct FieldView { /* fields omitted */ }

A 'view' into a single field's data in a data store. This is a specialty view used to serialize a DataView as a single sequence instead of as a map.

Trait Implementations

impl Debug for FieldView
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for FieldView
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Serialize for FieldView
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl SerializeAsVec for FieldView
[src]

Auto Trait Implementations

impl !Send for FieldView

impl !Sync for FieldView