Struct Indication
pub struct Indication {
pub event: Event,
pub data_call: Option<DataCallId>,
pub status: Option<DataCallStatus>,
pub bearer_technology: Option<BearerTechnology>,
pub registration_status: Option<RegistrationStatus>,
pub is_dormant: Option<bool>,
pub end_reason: Option<CallEndReasonInfo>,
}Fields§
§event: Event§data_call: Option<DataCallId>§status: Option<DataCallStatus>§bearer_technology: Option<BearerTechnology>§registration_status: Option<RegistrationStatus>§is_dormant: Option<bool>§end_reason: Option<CallEndReasonInfo>Trait Implementations§
§impl Clone for Indication
impl Clone for Indication
§fn clone(&self) -> Indication
fn clone(&self) -> Indication
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 more§impl Debug for Indication
impl Debug for Indication
§impl TryFrom<&CallIndicationInfo> for Indication
impl TryFrom<&CallIndicationInfo> for Indication
Auto Trait Implementations§
impl Freeze for Indication
impl RefUnwindSafe for Indication
impl Send for Indication
impl Sync for Indication
impl Unpin for Indication
impl UnwindSafe for Indication
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