[][src]Trait debil_dynamodb::Attribute

pub trait Attribute: Sized {
    fn into_attr(self) -> AttributeValue;
fn from_attr(attr: AttributeValue) -> Result<Self, AttributeError>; }

Required methods

Loading content...

Implementations on Foreign Types

impl Attribute for Bytes[src]

impl Attribute for bool[src]

impl<T: Attribute> Attribute for Vec<T>[src]

impl<T: Attribute> Attribute for HashMap<String, T>[src]

impl Attribute for i32[src]

impl Attribute for u32[src]

impl Attribute for i64[src]

impl Attribute for u64[src]

impl Attribute for f32[src]

impl Attribute for f64[src]

impl<T: Attribute> Attribute for Option<T>[src]

impl Attribute for String[src]

Loading content...

Implementors

Loading content...