pub struct RoleDetail {
pub party_role_type: PartyRoleType,
}Expand description
Documentation not found in the MISMO model viewer and not provided by Freddie Mac.
Fields§
§party_role_type: PartyRoleTypeA value from a MISMO defined list that identifies the role that the party plays in the transaction. Parties may be either a person or legal entity. A party may play multiple roles in a transaction.A value from a MISMO defined list that identifies the role that the party plays in the transaction. Parties may be either a person or legal entity. A party may play multiple roles in a transaction.
Trait Implementations§
Source§impl Clone for RoleDetail
impl Clone for RoleDetail
Source§fn clone(&self) -> RoleDetail
fn clone(&self) -> RoleDetail
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RoleDetail
impl Debug for RoleDetail
Source§impl<'de> Deserialize<'de> for RoleDetail
impl<'de> Deserialize<'de> for RoleDetail
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 RoleDetail
impl Display for RoleDetail
Auto Trait Implementations§
impl Freeze for RoleDetail
impl RefUnwindSafe for RoleDetail
impl Send for RoleDetail
impl Sync for RoleDetail
impl Unpin for RoleDetail
impl UnwindSafe for RoleDetail
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