pub struct ReviewEnvelopePostSchema {
pub provider_type: String,
pub recipients: Vec<ReviewEnvelopeRecipientPostSchema>,
}
Fields§
§provider_type: String
§recipients: Vec<ReviewEnvelopeRecipientPostSchema>
Trait Implementations§
Source§impl Debug for ReviewEnvelopePostSchema
impl Debug for ReviewEnvelopePostSchema
Source§impl<'de> Deserialize<'de> for ReviewEnvelopePostSchema
impl<'de> Deserialize<'de> for ReviewEnvelopePostSchema
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 ReviewEnvelopePostSchema
impl Display for ReviewEnvelopePostSchema
Auto Trait Implementations§
impl Freeze for ReviewEnvelopePostSchema
impl RefUnwindSafe for ReviewEnvelopePostSchema
impl Send for ReviewEnvelopePostSchema
impl Sync for ReviewEnvelopePostSchema
impl Unpin for ReviewEnvelopePostSchema
impl UnwindSafe for ReviewEnvelopePostSchema
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