pub struct SignerInfoSchema {
pub name: String,
pub party_id: String,
pub status: String,
pub completed_at: String,
}
Fields§
§name: String
Full name of signer
party_id: String
Party UUID of signer
status: String
Signing status
completed_at: String
UTC Timestamp of signature
Trait Implementations§
Source§impl Debug for SignerInfoSchema
impl Debug for SignerInfoSchema
Source§impl<'de> Deserialize<'de> for SignerInfoSchema
impl<'de> Deserialize<'de> for SignerInfoSchema
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 Display for SignerInfoSchema
impl Display for SignerInfoSchema
Auto Trait Implementations§
impl Freeze for SignerInfoSchema
impl RefUnwindSafe for SignerInfoSchema
impl Send for SignerInfoSchema
impl Sync for SignerInfoSchema
impl Unpin for SignerInfoSchema
impl UnwindSafe for SignerInfoSchema
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