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