pub struct CallEntry {
pub stream_sid: String,
pub transport: Transport,
/* private fields */
}Expand description
Thread-safe handle to an active call’s resources.
Fields§
§stream_sid: String§transport: TransportImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CallEntry
impl RefUnwindSafe for CallEntry
impl Send for CallEntry
impl Sync for CallEntry
impl Unpin for CallEntry
impl UnsafeUnpin for CallEntry
impl UnwindSafe for CallEntry
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