pub struct TryPhoneNumberResult {
pub result_code: i32,
pub millis_to_allow_process_reset: i32,
}
Fields§
§result_code: i32
§millis_to_allow_process_reset: i32
Trait Implementations§
Source§impl BaseParser for TryPhoneNumberResult
impl BaseParser for TryPhoneNumberResult
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 TryPhoneNumberResult
impl Clone for TryPhoneNumberResult
Source§fn clone(&self) -> TryPhoneNumberResult
fn clone(&self) -> TryPhoneNumberResult
Returns a duplicate 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 TryPhoneNumberResult
impl Debug for TryPhoneNumberResult
Source§impl Default for TryPhoneNumberResult
impl Default for TryPhoneNumberResult
Source§fn default() -> TryPhoneNumberResult
fn default() -> TryPhoneNumberResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for TryPhoneNumberResult
impl PartialEq for TryPhoneNumberResult
impl StructuralPartialEq for TryPhoneNumberResult
Auto Trait Implementations§
impl Freeze for TryPhoneNumberResult
impl RefUnwindSafe for TryPhoneNumberResult
impl Send for TryPhoneNumberResult
impl Sync for TryPhoneNumberResult
impl Unpin for TryPhoneNumberResult
impl UnwindSafe for TryPhoneNumberResult
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