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<PickIssues> for PickIssues
impl PartialEq<PickIssues> for PickIssues
source§fn eq(&self, other: &PickIssues) -> bool
fn eq(&self, other: &PickIssues) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PickIssues
Auto Trait Implementations§
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