pub struct OfferPostMetadataSchema {
pub term_details: Option<Vec<Value>>,
pub documents: Vec<Value>,
}
Fields§
§term_details: Option<Vec<Value>>
§documents: Vec<Value>
The documents to be attached to the offer
Trait Implementations§
Source§impl Debug for OfferPostMetadataSchema
impl Debug for OfferPostMetadataSchema
Source§impl<'de> Deserialize<'de> for OfferPostMetadataSchema
impl<'de> Deserialize<'de> for OfferPostMetadataSchema
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 OfferPostMetadataSchema
impl Display for OfferPostMetadataSchema
Auto Trait Implementations§
impl Freeze for OfferPostMetadataSchema
impl RefUnwindSafe for OfferPostMetadataSchema
impl Send for OfferPostMetadataSchema
impl Sync for OfferPostMetadataSchema
impl Unpin for OfferPostMetadataSchema
impl UnwindSafe for OfferPostMetadataSchema
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