pub struct SignReviewResult {
pub signature_id: String,
pub state_id: StateId,
}Fields§
§signature_id: String§state_id: StateIdTrait Implementations§
Source§impl Clone for SignReviewResult
impl Clone for SignReviewResult
Source§fn clone(&self) -> SignReviewResult
fn clone(&self) -> SignReviewResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SignReviewResult
impl Debug for SignReviewResult
Source§impl<'de> Deserialize<'de> for SignReviewResult
impl<'de> Deserialize<'de> for SignReviewResult
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
impl Eq for SignReviewResult
Source§impl PartialEq for SignReviewResult
impl PartialEq for SignReviewResult
Source§impl Serialize for SignReviewResult
impl Serialize for SignReviewResult
impl StructuralPartialEq for SignReviewResult
Auto Trait Implementations§
impl Freeze for SignReviewResult
impl RefUnwindSafe for SignReviewResult
impl Send for SignReviewResult
impl Sync for SignReviewResult
impl Unpin for SignReviewResult
impl UnsafeUnpin for SignReviewResult
impl UnwindSafe for SignReviewResult
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