MCPcopy Index your code

hub / github.com/chipsenkbeil/distant / types & classes

Types & classes370 in github.com/chipsenkbeil/distant

↓ 34 callersClassClient
src/cli/common/client.rs:16
↓ 18 callersClassError
distant-auth/src/msg.rs:163
↓ 14 callersClassManager
src/cli/common/manager.rs:10
↓ 6 callersClassLspContent
distant-core/src/client/lsp/msg.rs:275
↓ 6 callersClassMetadata
distant-protocol/src/common/metadata.rs:10
↓ 4 callersClassChallenge
distant-auth/src/msg.rs:55
↓ 4 callersClassChangeKindSet
distant-protocol/src/common/change.rs:187
↓ 4 callersClassError
distant-protocol/src/common/error.rs:10
↓ 4 callersEnumHost
distant-net/src/common/destination/host.rs:14
↓ 4 callersClassInfo
distant-auth/src/msg.rs:69
↓ 4 callersClassInitialization
distant-auth/src/msg.rs:42
↓ 4 callersClassVerification
distant-auth/src/msg.rs:62
↓ 3 callersClassPtyProcessMaster
distant-local/src/api/process/pty.rs:295
↓ 3 callersClassSystemInfo
distant-protocol/src/common/system.rs:7
↓ 3 callersClassVersion
distant-protocol/src/common/version.rs:7
↓ 2 callersClassServer
Represents a server that can be used to receive requests & send responses to clients.
distant-net/src/server.rs:39
↓ 2 callersClassStartMethod
distant-auth/src/msg.rs:49
↓ 2 callersClassTcpServerBuilder
distant-net/src/server/builder/tcp.rs:11
↓ 2 callersClassUnixSocketServerBuilder
distant-net/src/server/builder/unix.rs:11
↓ 2 callersClassWindowsPipeServerBuilder
distant-net/src/server/builder/windows.rs:11
↓ 1 callersClassCacheId
src/cli/common/cache/id.rs:16
↓ 1 callersClassConnectionList
distant-net/src/manager/data/list.rs:11
↓ 1 callersClassConnectionTask
Represents an individual connection on the server.
distant-net/src/server/connection.rs:29
↓ 1 callersClassConnectionWatcher
distant-net/src/client/reconnect.rs:13
↓ 1 callersClassHeapSecretKey
distant-net/src/common/key.rs:133
↓ 1 callersClassHelper
distant-net/src/common/utils.rs:34
↓ 1 callersClassHelper
distant-core/src/serde_str.rs:15
↓ 1 callersClassParseShellError
src/options/common/shell.rs:77
↓ 1 callersClassRemoteProcessKiller
distant-core/src/client/process.rs:341
↓ 1 callersClassRemoteProcessResizer
distant-core/src/client/process.rs:326
↓ 1 callersClassRemoteStderr
distant-core/src/client/process.rs:440
↓ 1 callersClassRemoteStdin
distant-core/src/client/process.rs:353
↓ 1 callersClassRemoteStdout
distant-core/src/client/process.rs:398
↓ 1 callersClassShutdownNotification
distant-net/src/server/shutdown_timer.rs:11
ClassAcceptServerHandler
distant-net/src/server/connection.rs:1108
EnumAccessControl
src/options/common/network.rs:10
EnumAction
distant-net/src/manager/server/connection.rs:149
ClassApi
Represents an implementation of [`DistantApi`] that works with the local machine where the server using this api is running. In other words, this is a
distant-local/src/api.rs:27
ClassApiProcess
tests/common/fixtures/api.rs:11
InterfaceAsAny
Trait used for casting support into the [`Any`] trait object
distant-net/src/common/any.rs:4
ClassAuthClientSshAuthHandler
src/cli/commands/manager/handlers.rs:382
InterfaceAuthHandler
distant-auth/src/handler.rs:15
ClassAuthHandlerMap
Implementation of [`AuthHandler`] that maintains a map of [`AuthMethodHandler`] implementations for specific methods, invoking [`on_challenge`], [`on_
distant-auth/src/handler.rs:107
InterfaceAuthMethodHandler
distant-auth/src/handler/methods.rs:9
InterfaceAuthenticate
distant-auth/src/authenticator.rs:10
EnumAuthentication
distant-auth/src/msg.rs:10
InterfaceAuthenticationMethod
distant-auth/src/methods.rs:112
EnumAuthenticationResponse
distant-auth/src/msg.rs:77
InterfaceAuthenticator
distant-auth/src/authenticator.rs:17
ClassBackup
distant-net/src/common/transport/framed/backup.rs:15
ClassBadAcceptServerHandler
distant-net/src/server/connection.rs:763
EnumBindAddress
src/options/common/address.rs:12
ClassCache
src/cli/common/cache.rs:15
ClassCacheData
src/cli/common/cache.rs:76
ClassCacheFile
src/cli/common/cache.rs:46
ClassChainCodec
distant-net/src/common/transport/framed/codec/chain.rs:9
ClassChallengeResponse
distant-auth/src/msg.rs:100
ClassChange
distant-protocol/src/common/change.rs:16
ClassChangeDetails
distant-protocol/src/common/change.rs:35
EnumChangeDetailsAttribute
distant-protocol/src/common/change.rs:71
EnumChangeKind
distant-protocol/src/common/change.rs:97
ClassChannel
Represents a sender of requests tied to a session, holding onto a weak reference of mailboxes to relay responses, meaning that once the [`Client`] is
distant-net/src/client/channel.rs:24
ClassChoice
distant-net/src/common/transport/framed.rs:678
ClassCli
src/cli.rs:15
EnumCliError
src/lib.rs:104
ClassCliSearchQueryOptions
src/options/common/search.rs:9
EnumCliSearchQueryTarget
src/options/common/search.rs:113
ClassClient
Represents a client that can be used to send requests & receive responses from a server.
distant-net/src/client.rs:436
ClassClientApiConfig
src/options/config/client/api.rs:6
ClassClientBuilder
Builder for a [`Client`] or [`UntypedClient`].
distant-net/src/client/builder.rs:44
ClassClientConfig
distant-net/src/client/config.rs:10
ClassClientConfig
src/options/config/client.rs:15
ClassClientConnectConfig
src/options/config/client/connect.rs:5
EnumClientFileSystemSubcommand
src/options.rs:579
ClassClientLaunchConfig
src/options/config/client/launch.rs:7
ClassClientLaunchDistantConfig
src/options/config/client/launch.rs:51
EnumClientSubcommand
src/options.rs:299
ClassCmd
src/options/common/cmd.rs:10
ClassCmd
distant-protocol/src/common/cmd.rs:8
InterfaceCodec
Represents abstraction that implements specific encoder and decoder logic to transform an arbitrary collection of bytes. This can be used to encrypt a
distant-net/src/common/transport/framed/codec.rs:22
InterfaceCodecExt
Interface that provides extensions to the codec interface
distant-net/src/common/transport/framed/codec.rs:59
EnumCompressionCodec
distant-net/src/common/transport/framed/codec/compression.rs:84
EnumCompressionLevel
distant-net/src/common/transport/framed/codec/compression.rs:13
EnumCompressionType
distant-net/src/common/transport/framed/codec/compression.rs:50
ClassConfig
Configuration settings for a manager.
distant-net/src/manager/server/config.rs:6
ClassConfig
src/win_service.rs:22
ClassConfig
src/options/config.rs:24
ClassConfig
distant-local/src/config.rs:4
InterfaceConnectHandler
distant-net/src/manager/server/handler.rs:92
EnumConnectType
distant-net/src/common/connection.rs:184
EnumConnection
distant-net/src/common/connection.rs:22
ClassConnectionInfo
distant-net/src/manager/data/info.rs:7
ClassConnectionState
distant-net/src/server/state.rs:32
EnumConnectionState
distant-net/src/client/reconnect.rs:52
ClassConnectionTaskBuilder
Represents a builder for a new connection task.
distant-net/src/server/connection.rs:58
InterfaceConnector
distant-net/src/client/builder.rs:27
ClassCtx
distant-ssh2/tests/sshd/mod.rs:26
ClassCtxCommand
tests/common/fixtures.rs:27
ClassCustomCodec
distant-net/src/common/transport/framed.rs:950
ClassDestination
distant-net/src/common/destination.rs:25
next →1–100 of 370, ranked by callers