pub struct CreateStorageAccountResponse {
pub shdw_bucket: Option<String>,
pub transaction_signature: String,
}Fields§
§shdw_bucket: Option<String>§transaction_signature: StringTrait Implementations§
source§impl Clone for CreateStorageAccountResponse
impl Clone for CreateStorageAccountResponse
source§fn clone(&self) -> CreateStorageAccountResponse
fn clone(&self) -> CreateStorageAccountResponse
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 CreateStorageAccountResponse
impl Debug for CreateStorageAccountResponse
source§impl<'de> Deserialize<'de> for CreateStorageAccountResponse
impl<'de> Deserialize<'de> for CreateStorageAccountResponse
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