Enum smpp_pdu::pdu::tlvs::KnownTlvTag[][src]

#[repr(u16)]
pub enum KnownTlvTag {
Show variants dest_addr_subunit, dest_network_type, dest_bearer_type, dest_telematics_id, source_addr_subunit, source_network_type, source_bearer_type, source_telematics_id, qos_time_to_live, payload_type, additional_status_info_text, receipted_message_id, ms_msg_wait_facilities, privacy_indicator, source_subaddress, dest_subaddress, user_message_reference, user_response_code, source_port, destination_port, sar_msg_ref_num, language_indicator, sar_total_segments, sar_segment_seqnum, SC_interface_version, callback_num_pres_ind, callback_num_atag, number_of_messages, callback_num, dpf_result, set_dpf, ms_availability_status, network_error_code, message_payload, delivery_failure_reason, more_messages_to_send, message_state, Genericussd_service_op, display_time, sms_signal, ms_validity, alert_on_message_delivery, its_reply_type, its_session_info,
}

Variants

dest_addr_subunit
dest_network_type
dest_bearer_type
dest_telematics_id
source_addr_subunit
source_network_type
source_bearer_type
source_telematics_id
qos_time_to_live
payload_type
additional_status_info_text
receipted_message_id
ms_msg_wait_facilities
privacy_indicator
source_subaddress
dest_subaddress
user_message_reference
user_response_code
source_port
destination_port
sar_msg_ref_num
language_indicator
sar_total_segments
sar_segment_seqnum
SC_interface_version
callback_num_pres_ind
callback_num_atag
number_of_messages
callback_num
dpf_result
set_dpf
ms_availability_status
network_error_code
message_payload
delivery_failure_reason
more_messages_to_send
message_state
Genericussd_service_op
display_time
sms_signal
ms_validity
alert_on_message_delivery
its_reply_type
its_session_info

Implementations

Create a new KnownTlvTag from a raw tag code. Returns None if this tag is not known.

Trait Implementations

Formats the value using the given formatter. Read more

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts a f64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Converts the value of self to an i64. If the value cannot be represented by an i64, then None is returned. Read more

Converts the value of self to a u64. If the value cannot be represented by a u64, then None is returned. Read more

Converts the value of self to an isize. If the value cannot be represented by an isize, then None is returned. Read more

Converts the value of self to an i8. If the value cannot be represented by an i8, then None is returned. Read more

Converts the value of self to an i16. If the value cannot be represented by an i16, then None is returned. Read more

Converts the value of self to an i32. If the value cannot be represented by an i32, then None is returned. Read more

Converts the value of self to an i128. If the value cannot be represented by an i128 (i64 under the default implementation), then None is returned. Read more

Converts the value of self to a usize. If the value cannot be represented by a usize, then None is returned. Read more

Converts the value of self to a u8. If the value cannot be represented by a u8, then None is returned. Read more

Converts the value of self to a u16. If the value cannot be represented by a u16, then None is returned. Read more

Converts the value of self to a u32. If the value cannot be represented by a u32, then None is returned. Read more

Converts the value of self to a u128. If the value cannot be represented by a u128 (u64 under the default implementation), then None is returned. Read more

Converts the value of self to an f32. Overflows may map to positive or negative inifinity, otherwise None is returned if the value cannot be represented by an f32. Read more

Converts the value of self to an f64. Overflows may map to positive or negative inifinity, otherwise None is returned if the value cannot be represented by an f64. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.