pub struct TaxTranscriptFilerSchema {
pub party_id: Option<String>,
pub name: NameSchema,
}Fields§
§party_id: Option<String>The UUID of the party in Blend’s system. Equivalent to borrowerId
name: NameSchemaTrait Implementations§
Source§impl Debug for TaxTranscriptFilerSchema
impl Debug for TaxTranscriptFilerSchema
Source§impl<'de> Deserialize<'de> for TaxTranscriptFilerSchema
impl<'de> Deserialize<'de> for TaxTranscriptFilerSchema
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 TaxTranscriptFilerSchema
impl Display for TaxTranscriptFilerSchema
Auto Trait Implementations§
impl Freeze for TaxTranscriptFilerSchema
impl RefUnwindSafe for TaxTranscriptFilerSchema
impl Send for TaxTranscriptFilerSchema
impl Sync for TaxTranscriptFilerSchema
impl Unpin for TaxTranscriptFilerSchema
impl UnwindSafe for TaxTranscriptFilerSchema
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