pub struct PhoneServiceRouting {
pub application_id: ApplicationId,
pub line_instance: LineInstance,
pub call_reference: CallReference,
pub transaction_id: TransactionId,
}Expand description
Identifiers copied from the SCCP application envelope rather than inferred from the submitted payload.
Fields§
§application_id: ApplicationId§line_instance: LineInstance§call_reference: CallReference§transaction_id: TransactionIdTrait Implementations§
Source§impl Clone for PhoneServiceRouting
impl Clone for PhoneServiceRouting
Source§fn clone(&self) -> PhoneServiceRouting
fn clone(&self) -> PhoneServiceRouting
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PhoneServiceRouting
Source§impl Debug for PhoneServiceRouting
impl Debug for PhoneServiceRouting
impl Eq for PhoneServiceRouting
Source§impl PartialEq for PhoneServiceRouting
impl PartialEq for PhoneServiceRouting
impl StructuralPartialEq for PhoneServiceRouting
Auto Trait Implementations§
impl Freeze for PhoneServiceRouting
impl RefUnwindSafe for PhoneServiceRouting
impl Send for PhoneServiceRouting
impl Sync for PhoneServiceRouting
impl Unpin for PhoneServiceRouting
impl UnsafeUnpin for PhoneServiceRouting
impl UnwindSafe for PhoneServiceRouting
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