Home
last modified time | relevance | path

Searched refs:into_record (Results 1 – 10 of 10) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/sync15/src/
H A Dbso_record.rs313 Ok(self.decrypt(key)?.into_record::<T>()?) in decrypt_as()
323 pub fn into_record<T>(self) -> error::Result<BsoRecord<T>> in into_record() method
327 Ok(self.try_map_payload(Payload::into_record)?) in into_record()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/sync15-traits/src/
H A Dpayload.rs57 pub fn into_record<T>(self) -> Result<T, serde_json::Error> in into_record() method
/dports/www/firefox/firefox-99.0/third_party/rust/sync15-traits/src/
H A Dpayload.rs120 pub fn into_record<T>(self) -> Result<T, serde_json::Error> in into_record() method
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/sync15-traits/src/
H A Dpayload.rs120 pub fn into_record<T>(self) -> Result<T, serde_json::Error> in into_record() method
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/sync15-traits/src/
H A Dpayload.rs120 pub fn into_record<T>(self) -> Result<T, serde_json::Error> in into_record() method
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/sync15/src/clients/
H A Dengine.rs76 let client: ClientRecord = payload.into_record()?; in sync()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/webext-storage/src/sync/
H A Dincoming.rs74 incoming_records.push(payload.into_record::<Record>()?); in stage_incoming()
/dports/www/firefox/firefox-99.0/third_party/rust/webext-storage/src/sync/
H A Dincoming.rs77 incoming_records.push(payload.into_record::<Record>()?); in stage_incoming()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/webext-storage/src/sync/
H A Dincoming.rs77 incoming_records.push(payload.into_record::<Record>()?); in stage_incoming()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/webext-storage/src/sync/
H A Dincoming.rs77 incoming_records.push(payload.into_record::<Record>()?); in stage_incoming()