Struct ic_cdk::api::management_canister::ecdsa::SignWithEcdsaResponse
source · pub struct SignWithEcdsaResponse {
pub signature: Vec<u8>,
}
Expand description
Response type of sign_with_ecdsa.
Fields§
§signature: Vec<u8>
Encoded as the concatenation of the SEC1 encodings of the two values r and s.
Trait Implementations§
source§impl CandidType for SignWithEcdsaResponse
impl CandidType for SignWithEcdsaResponse
source§impl Clone for SignWithEcdsaResponse
impl Clone for SignWithEcdsaResponse
source§fn clone(&self) -> SignWithEcdsaResponse
fn clone(&self) -> SignWithEcdsaResponse
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 SignWithEcdsaResponse
impl Debug for SignWithEcdsaResponse
source§impl Default for SignWithEcdsaResponse
impl Default for SignWithEcdsaResponse
source§fn default() -> SignWithEcdsaResponse
fn default() -> SignWithEcdsaResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SignWithEcdsaResponse
impl<'de> Deserialize<'de> for SignWithEcdsaResponse
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 Hash for SignWithEcdsaResponse
impl Hash for SignWithEcdsaResponse
source§impl Ord for SignWithEcdsaResponse
impl Ord for SignWithEcdsaResponse
source§fn cmp(&self, other: &SignWithEcdsaResponse) -> Ordering
fn cmp(&self, other: &SignWithEcdsaResponse) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for SignWithEcdsaResponse
impl PartialEq for SignWithEcdsaResponse
source§impl PartialOrd for SignWithEcdsaResponse
impl PartialOrd for SignWithEcdsaResponse
source§impl Serialize for SignWithEcdsaResponse
impl Serialize for SignWithEcdsaResponse
impl Eq for SignWithEcdsaResponse
impl StructuralPartialEq for SignWithEcdsaResponse
Auto Trait Implementations§
impl Freeze for SignWithEcdsaResponse
impl RefUnwindSafe for SignWithEcdsaResponse
impl Send for SignWithEcdsaResponse
impl Sync for SignWithEcdsaResponse
impl Unpin for SignWithEcdsaResponse
impl UnwindSafe for SignWithEcdsaResponse
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)