pub struct WebsocketConfig {
pub model: Model,
pub api_key_ref: ApiKeyRef,
}Fields§
§model: Model§api_key_ref: ApiKeyRefImplementations§
Trait Implementations§
Source§impl Debug for WebsocketConfig
impl Debug for WebsocketConfig
Auto Trait Implementations§
impl Freeze for WebsocketConfig
impl RefUnwindSafe for WebsocketConfig
impl Send for WebsocketConfig
impl Sync for WebsocketConfig
impl Unpin for WebsocketConfig
impl UnwindSafe for WebsocketConfig
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