pub struct PrepareOperationRequest {
pub operation: String,
pub scope: String,
pub payload_hash_sha256: String,
pub policy_snapshot_hash_sha256: String,
pub channel_id: String,
pub counter: u64,
}Fields§
§operation: String§scope: String§payload_hash_sha256: String§policy_snapshot_hash_sha256: String§channel_id: String§counter: u64Trait Implementations§
Source§impl Clone for PrepareOperationRequest
impl Clone for PrepareOperationRequest
Source§fn clone(&self) -> PrepareOperationRequest
fn clone(&self) -> PrepareOperationRequest
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 PrepareOperationRequest
impl Debug for PrepareOperationRequest
Source§impl<'de> Deserialize<'de> for PrepareOperationRequest
impl<'de> Deserialize<'de> for PrepareOperationRequest
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 PrepareOperationRequest
impl RefUnwindSafe for PrepareOperationRequest
impl Send for PrepareOperationRequest
impl Sync for PrepareOperationRequest
impl Unpin for PrepareOperationRequest
impl UnsafeUnpin for PrepareOperationRequest
impl UnwindSafe for PrepareOperationRequest
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