[][src]Type Definition sync15::CleartextBso

type CleartextBso = BsoRecord<Payload>;

Implementations

impl CleartextBso[src]

pub fn from_payload(payload: Payload, collection: impl Into<String>) -> Self[src]

impl CleartextBso[src]

pub fn encrypt(self, key: &KeyBundle) -> Result<EncryptedBso>[src]

pub fn into_record<T>(self) -> Result<BsoRecord<T>> where
    T: Deserialize<'a>, 
[src]