pub struct GatewayClosedContext {
pub headers: HeaderMap,
pub session: VoxRtcControlSession,
pub reason: String,
}Fields§
§headers: HeaderMap§session: VoxRtcControlSession§reason: StringTrait Implementations§
Source§impl Clone for GatewayClosedContext
impl Clone for GatewayClosedContext
Source§fn clone(&self) -> GatewayClosedContext
fn clone(&self) -> GatewayClosedContext
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 GatewayClosedContext
impl !UnwindSafe for GatewayClosedContext
impl Freeze for GatewayClosedContext
impl Send for GatewayClosedContext
impl Sync for GatewayClosedContext
impl Unpin for GatewayClosedContext
impl UnsafeUnpin for GatewayClosedContext
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