Struct tea_keyvalue_actor_codec::ExportResponse
source · pub struct ExportResponse {
pub data: Vec<u8>,
pub actor_id: ActorId,
}Fields§
§data: Vec<u8>§actor_id: ActorIdTrait Implementations§
source§impl Clone for ExportResponse
impl Clone for ExportResponse
source§fn clone(&self) -> ExportResponse
fn clone(&self) -> ExportResponse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ExportResponse
impl Debug for ExportResponse
source§impl<'de> Deserialize<'de> for ExportResponse
impl<'de> Deserialize<'de> for ExportResponse
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more