[][src]Trait dynamo_mapper::DynamoAttribute

pub trait DynamoAttribute {
    fn to_dynamo(&self) -> Option<AttributeValue>;
fn from_dynamo(item: &DynamoItem, key: String) -> Option<Self>
    where
        Self: Sized
; }

Required methods

fn to_dynamo(&self) -> Option<AttributeValue>

fn from_dynamo(item: &DynamoItem, key: String) -> Option<Self> where
    Self: Sized

Loading content...

Implementations on Foreign Types

impl DynamoAttribute for String[src]

impl DynamoAttribute for u128[src]

impl DynamoAttribute for bool[src]

Loading content...

Implementors

Loading content...