pub struct DumpResponse {
pub b64_bytes: String,
}
Fields§
§b64_bytes: String
Trait Implementations§
source§impl Debug for DumpResponse
impl Debug for DumpResponse
source§impl<'de> Deserialize<'de> for DumpResponse
impl<'de> Deserialize<'de> for DumpResponse
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
source§impl PartialEq<DumpResponse> for DumpResponse
impl PartialEq<DumpResponse> for DumpResponse
source§fn eq(&self, other: &DumpResponse) -> bool
fn eq(&self, other: &DumpResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.