pub struct CallIndicatorsUpdates {
pub call: Option<Call>,
pub callsetup: Option<CallSetup>,
pub callheld: Option<CallHeld>,
pub callwaiting: bool,
}
Fields§
§call: Option<Call>
§callsetup: Option<CallSetup>
§callheld: Option<CallHeld>
§callwaiting: bool
Indicates whether there is a call that has changed to the CallWaiting state in this update.
Implementations§
Trait Implementations§
Source§impl Clone for CallIndicatorsUpdates
impl Clone for CallIndicatorsUpdates
Source§fn clone(&self) -> CallIndicatorsUpdates
fn clone(&self) -> CallIndicatorsUpdates
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 CallIndicatorsUpdates
impl Debug for CallIndicatorsUpdates
Source§impl Default for CallIndicatorsUpdates
impl Default for CallIndicatorsUpdates
Source§fn default() -> CallIndicatorsUpdates
fn default() -> CallIndicatorsUpdates
Returns the “default value” for a type. Read more
Source§impl PartialEq for CallIndicatorsUpdates
impl PartialEq for CallIndicatorsUpdates
impl Copy for CallIndicatorsUpdates
impl StructuralPartialEq for CallIndicatorsUpdates
Auto Trait Implementations§
impl Freeze for CallIndicatorsUpdates
impl RefUnwindSafe for CallIndicatorsUpdates
impl Send for CallIndicatorsUpdates
impl Sync for CallIndicatorsUpdates
impl Unpin for CallIndicatorsUpdates
impl UnwindSafe for CallIndicatorsUpdates
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)