pub struct PrepareOperationResponse {
pub api_version: ApiVersion,
pub operation_digest_sha256: String,
pub canonical_fields: Vec<String>,
}Fields§
§api_version: ApiVersion§operation_digest_sha256: String§canonical_fields: Vec<String>Trait Implementations§
Source§impl Clone for PrepareOperationResponse
impl Clone for PrepareOperationResponse
Source§fn clone(&self) -> PrepareOperationResponse
fn clone(&self) -> PrepareOperationResponse
Returns a duplicate 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 PrepareOperationResponse
impl Debug for PrepareOperationResponse
Source§impl<'de> Deserialize<'de> for PrepareOperationResponse
impl<'de> Deserialize<'de> for PrepareOperationResponse
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
Auto Trait Implementations§
impl Freeze for PrepareOperationResponse
impl RefUnwindSafe for PrepareOperationResponse
impl Send for PrepareOperationResponse
impl Sync for PrepareOperationResponse
impl Unpin for PrepareOperationResponse
impl UnsafeUnpin for PrepareOperationResponse
impl UnwindSafe for PrepareOperationResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more