pub struct Exchange<S = String> {
pub header: HeaderSection<S>,
pub data: DataSection<S>,
}Expand description
A complete ISO 10303-21 exchange structure.
Fields§
§header: HeaderSection<S>Header section.
data: DataSection<S>Data section.
Trait Implementations§
impl<S: PartialEq> StructuralPartialEq for Exchange<S>
Auto Trait Implementations§
impl<S> Freeze for Exchange<S>
impl<S> RefUnwindSafe for Exchange<S>
impl<S> Send for Exchange<S>
impl<S> Sync for Exchange<S>
impl<S> Unpin for Exchange<S>
impl<S> UnsafeUnpin for Exchange<S>
impl<S> UnwindSafe for Exchange<S>
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