pub struct FundParameters4Choice {
pub no_crit: Option<NoCriteria1Code>,
pub params: Option<FundParameters5>,
}Fields§
§no_crit: Option<NoCriteria1Code>§params: Option<FundParameters5>Implementations§
Source§impl FundParameters4Choice
impl FundParameters4Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for FundParameters4Choice
impl RefUnwindSafe for FundParameters4Choice
impl Send for FundParameters4Choice
impl Sync for FundParameters4Choice
impl Unpin for FundParameters4Choice
impl UnwindSafe for FundParameters4Choice
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