pub struct Mode5InterrogatorBasicDataBuilder(/* private fields */);Implementations§
Source§impl Mode5InterrogatorBasicDataBuilder
impl Mode5InterrogatorBasicDataBuilder
pub fn new() -> Self
pub fn with_status(self, v: Mode5InterrogatorStatus) -> Self
pub fn with_mode_5_message_formats_present(self, v: Mode5MessageFormats) -> Self
pub fn with_interrogated_entity_id(self, v: EntityId) -> Self
pub fn build(self) -> Mode5InterrogatorBasicData
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Mode5InterrogatorBasicDataBuilder
impl RefUnwindSafe for Mode5InterrogatorBasicDataBuilder
impl Send for Mode5InterrogatorBasicDataBuilder
impl Sync for Mode5InterrogatorBasicDataBuilder
impl Unpin for Mode5InterrogatorBasicDataBuilder
impl UnwindSafe for Mode5InterrogatorBasicDataBuilder
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