pub struct VersionFeatures {
pub supports_message_audit_trail: bool,
pub supports_release_profile: bool,
pub supports_technical_instantiation: bool,
pub supports_deal_reference: bool,
pub supports_resource_group: bool,
pub supports_chapter_information: bool,
pub deal_terms_structure: DealTermsVersion,
pub party_descriptor_type: PartyDescriptorVersion,
}
Fields§
§supports_message_audit_trail: bool
§supports_release_profile: bool
§supports_technical_instantiation: bool
§supports_deal_reference: bool
§supports_resource_group: bool
§supports_chapter_information: bool
§deal_terms_structure: DealTermsVersion
§party_descriptor_type: PartyDescriptorVersion
Trait Implementations§
Source§impl Clone for VersionFeatures
impl Clone for VersionFeatures
Source§fn clone(&self) -> VersionFeatures
fn clone(&self) -> VersionFeatures
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 VersionFeatures
impl Debug for VersionFeatures
Source§impl<'de> Deserialize<'de> for VersionFeatures
impl<'de> Deserialize<'de> for VersionFeatures
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 VersionFeatures
impl RefUnwindSafe for VersionFeatures
impl Send for VersionFeatures
impl Sync for VersionFeatures
impl Unpin for VersionFeatures
impl UnwindSafe for VersionFeatures
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