pub struct DriverConnectArgs {
pub remote_manager: RemoteManager,
pub encoding_kind: EncodingKind,
pub query: ActorQuery,
pub parameters: Option<Value>,
pub conn_id: Option<String>,
pub conn_token: Option<String>,
}Fields§
§remote_manager: RemoteManager§encoding_kind: EncodingKind§query: ActorQuery§parameters: Option<Value>§conn_id: Option<String>§conn_token: Option<String>Auto Trait Implementations§
impl !RefUnwindSafe for DriverConnectArgs
impl !UnwindSafe for DriverConnectArgs
impl Freeze for DriverConnectArgs
impl Send for DriverConnectArgs
impl Sync for DriverConnectArgs
impl Unpin for DriverConnectArgs
impl UnsafeUnpin for DriverConnectArgs
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