pub struct EnvelopesRecipientPostSchema {
pub party_id: String,
}
Fields§
§party_id: String
The Blend party UUID
Trait Implementations§
Source§impl Debug for EnvelopesRecipientPostSchema
impl Debug for EnvelopesRecipientPostSchema
Source§impl<'de> Deserialize<'de> for EnvelopesRecipientPostSchema
impl<'de> Deserialize<'de> for EnvelopesRecipientPostSchema
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 EnvelopesRecipientPostSchema
impl RefUnwindSafe for EnvelopesRecipientPostSchema
impl Send for EnvelopesRecipientPostSchema
impl Sync for EnvelopesRecipientPostSchema
impl Unpin for EnvelopesRecipientPostSchema
impl UnwindSafe for EnvelopesRecipientPostSchema
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