pub struct ExchangeFile {
pub header: Vec<TypedParameter>,
pub data: Vec<EntityInstance>,
}Fields§
§header: Vec<TypedParameter>§data: Vec<EntityInstance>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExchangeFile
impl RefUnwindSafe for ExchangeFile
impl Send for ExchangeFile
impl Sync for ExchangeFile
impl Unpin for ExchangeFile
impl UnsafeUnpin for ExchangeFile
impl UnwindSafe for ExchangeFile
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