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