pub struct Call {
pub channel: String,
pub unique_id: String,
/* private fields */
}Expand description
a live call being tracked by the PBX
wraps a channel name and unique_id with the AMI client for issuing commands and tracking events
Fields§
§channel: Stringchannel name (e.g. “PJSIP/100-00000001”)
unique_id: Stringper-channel unique identifier
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Call
impl !RefUnwindSafe for Call
impl Send for Call
impl Sync for Call
impl Unpin for Call
impl UnsafeUnpin for Call
impl !UnwindSafe for Call
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