pub struct TargetUpdatedEvent {
pub target_list: Option<Vec<TargetInfo>>,
pub current_target: Option<u8>,
pub data: Option<Vec<u8>>,
}Fields§
§target_list: Option<Vec<TargetInfo>>§current_target: Option<u8>§data: Option<Vec<u8>>Trait Implementations§
Source§impl Debug for TargetUpdatedEvent
impl Debug for TargetUpdatedEvent
Auto Trait Implementations§
impl Freeze for TargetUpdatedEvent
impl RefUnwindSafe for TargetUpdatedEvent
impl Send for TargetUpdatedEvent
impl Sync for TargetUpdatedEvent
impl Unpin for TargetUpdatedEvent
impl UnwindSafe for TargetUpdatedEvent
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