pub struct ChangeOptionsRecordBuilder(/* private fields */);Implementations§
Source§impl ChangeOptionsRecordBuilder
impl ChangeOptionsRecordBuilder
pub fn new() -> Self
pub fn set_change_indicator(self) -> Self
pub fn set_system_specific_field_1(self) -> Self
pub fn set_system_specific_field_2(self) -> Self
pub fn set_heartbeat_indicator(self) -> Self
pub fn set_transponder_interrogator_indicator(self) -> Self
pub fn set_simulation_mode(self) -> Self
pub fn set_interactive_capable(self) -> Self
pub fn set_test_mode(self) -> Self
pub fn build(self) -> ChangeOptionsRecord
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChangeOptionsRecordBuilder
impl RefUnwindSafe for ChangeOptionsRecordBuilder
impl Send for ChangeOptionsRecordBuilder
impl Sync for ChangeOptionsRecordBuilder
impl Unpin for ChangeOptionsRecordBuilder
impl UnwindSafe for ChangeOptionsRecordBuilder
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