pub struct OnCloseCallbackArgs {
pub client_principal: ClientPrincipal,
}Expand description
Arguments passed to the on_close handler.
Fields§
§client_principal: ClientPrincipalAuto Trait Implementations§
impl Freeze for OnCloseCallbackArgs
impl RefUnwindSafe for OnCloseCallbackArgs
impl Send for OnCloseCallbackArgs
impl Sync for OnCloseCallbackArgs
impl Unpin for OnCloseCallbackArgs
impl UnsafeUnpin for OnCloseCallbackArgs
impl UnwindSafe for OnCloseCallbackArgs
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