pub struct CollateralType19 {
pub scty: Option<Vec<SecurityReuseData1>>,
pub csh: Option<Vec<CashReuseData1>>,
}Fields§
§scty: Option<Vec<SecurityReuseData1>>§csh: Option<Vec<CashReuseData1>>Implementations§
Source§impl CollateralType19
impl CollateralType19
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CollateralType19
impl RefUnwindSafe for CollateralType19
impl Send for CollateralType19
impl Sync for CollateralType19
impl Unpin for CollateralType19
impl UnwindSafe for CollateralType19
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