pub struct TreasuryProfile1 {
pub dt: String,
pub tradr_tp: PartyRole5Choice,
pub rate: f64,
}Fields§
§dt: String§tradr_tp: PartyRole5Choice§rate: f64Implementations§
Source§impl TreasuryProfile1
impl TreasuryProfile1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TreasuryProfile1
impl RefUnwindSafe for TreasuryProfile1
impl Send for TreasuryProfile1
impl Sync for TreasuryProfile1
impl Unpin for TreasuryProfile1
impl UnwindSafe for TreasuryProfile1
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