pub struct VapiTransportHandle { /* private fields */ }Expand description
Opaque handle placed on the rvoip connection.
Implementations§
Source§impl VapiTransportHandle
impl VapiTransportHandle
pub fn connection_id(&self) -> &ConnectionId
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VapiTransportHandle
impl RefUnwindSafe for VapiTransportHandle
impl Send for VapiTransportHandle
impl Sync for VapiTransportHandle
impl Unpin for VapiTransportHandle
impl UnsafeUnpin for VapiTransportHandle
impl UnwindSafe for VapiTransportHandle
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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