pub struct ModeSInterrogatorBasicDataBuilder(/* private fields */);Implementations§
Source§impl ModeSInterrogatorBasicDataBuilder
impl ModeSInterrogatorBasicDataBuilder
pub fn new() -> Self
pub fn with_mode_s_interrogator_status(self, v: ModeSInterrogatorStatus) -> Self
pub fn with_mode_s_levels_present(self, v: ModeSLevelsPresent) -> Self
pub fn build(self) -> ModeSInterrogatorBasicData
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModeSInterrogatorBasicDataBuilder
impl RefUnwindSafe for ModeSInterrogatorBasicDataBuilder
impl Send for ModeSInterrogatorBasicDataBuilder
impl Sync for ModeSInterrogatorBasicDataBuilder
impl Unpin for ModeSInterrogatorBasicDataBuilder
impl UnwindSafe for ModeSInterrogatorBasicDataBuilder
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