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