pub struct GatewaySessionContext {
pub headers: HeaderMap,
pub session: VoxRtcControlSession,
}Fields§
§headers: HeaderMap§session: VoxRtcControlSessionTrait Implementations§
Source§impl Clone for GatewaySessionContext
impl Clone for GatewaySessionContext
Source§fn clone(&self) -> GatewaySessionContext
fn clone(&self) -> GatewaySessionContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for GatewaySessionContext
impl !UnwindSafe for GatewaySessionContext
impl Freeze for GatewaySessionContext
impl Send for GatewaySessionContext
impl Sync for GatewaySessionContext
impl Unpin for GatewaySessionContext
impl UnsafeUnpin for GatewaySessionContext
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