pub struct PickIssues {
pub issue_ids: Vec<LegacyId>,
pub retry_enabled: bool,
pub retry_count: i32,
pub error: String,
}
Fields§
§issue_ids: Vec<LegacyId>
§retry_enabled: bool
§retry_count: i32
§error: String
Trait Implementations§
Source§impl BaseParser for PickIssues
impl BaseParser for PickIssues
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
Source§impl Clone for PickIssues
impl Clone for PickIssues
Source§fn clone(&self) -> PickIssues
fn clone(&self) -> PickIssues
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PickIssues
impl Debug for PickIssues
Source§impl Default for PickIssues
impl Default for PickIssues
Source§fn default() -> PickIssues
fn default() -> PickIssues
Returns the “default value” for a type. Read more
Source§impl PacketVariable for PickIssues
impl PacketVariable for PickIssues
Source§impl PartialEq for PickIssues
impl PartialEq for PickIssues
impl StructuralPartialEq for PickIssues
Auto Trait Implementations§
impl Freeze for PickIssues
impl RefUnwindSafe for PickIssues
impl Send for PickIssues
impl Sync for PickIssues
impl Unpin for PickIssues
impl UnwindSafe for PickIssues
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