pub struct ExecuteEncryptedRequest {
pub method: String,
pub params: String,
pub key: String,
pub crypto: String,
}Expand description
Encrypted task execution request
Fields§
§method: String§params: String§key: String§crypto: StringTrait Implementations§
Source§impl Debug for ExecuteEncryptedRequest
impl Debug for ExecuteEncryptedRequest
Auto Trait Implementations§
impl Freeze for ExecuteEncryptedRequest
impl RefUnwindSafe for ExecuteEncryptedRequest
impl Send for ExecuteEncryptedRequest
impl Sync for ExecuteEncryptedRequest
impl Unpin for ExecuteEncryptedRequest
impl UnwindSafe for ExecuteEncryptedRequest
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