Struct ic_websocket_cdk::OnOpenCallbackArgs
source · pub struct OnOpenCallbackArgs {
pub client_principal: ClientPrincipal,
}Expand description
Arguments passed to the on_open handler.
Fields§
§client_principal: ClientPrincipalAuto Trait Implementations§
impl RefUnwindSafe for OnOpenCallbackArgs
impl Send for OnOpenCallbackArgs
impl Sync for OnOpenCallbackArgs
impl Unpin for OnOpenCallbackArgs
impl UnwindSafe for OnOpenCallbackArgs
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