pub struct IffDataSpecificationBuilder(/* private fields */);Implementations§
Source§impl IffDataSpecificationBuilder
impl IffDataSpecificationBuilder
pub fn new() -> Self
pub fn with_iff_data_record(self, v: IffDataRecord) -> Self
pub fn with_iff_data_records(self, v: Vec<IffDataRecord>) -> Self
pub fn build(self) -> IffDataSpecification
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IffDataSpecificationBuilder
impl RefUnwindSafe for IffDataSpecificationBuilder
impl Send for IffDataSpecificationBuilder
impl Sync for IffDataSpecificationBuilder
impl Unpin for IffDataSpecificationBuilder
impl UnwindSafe for IffDataSpecificationBuilder
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