Docs.rs
hdfs-client-0.2.0
hdfs-client 0.2.0
Permalink
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
PrivateRookie
Dependencies
crc ^3.0.1
normal
file-mode ^0.1.2
normal
hdfs-types ^0.1.0
normal
prost ^0.12.1
normal
socket2 ^0.5.5
normal
thiserror ^1.0.38
normal
time ^0.3.19
normal
tonic ^0.10.2
normal
tracing ^0.1.37
normal
uuid ^1.3.0
normal
valuable ^0.1.0
normal
optional
clap ^4
dev
tracing-subscriber ^0.3.18
dev
Versions
3.43%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
hdfs_
client
0.2.0
ToName
Nodes
Required Methods
to_name_nodes
Implementations on Foreign Types
&[S]
&str
String
Vec<String>
Implementors
In crate hdfs_
client
hdfs_client
Trait
ToNameNodes
Copy item path
Source
pub trait ToNameNodes { // Required method fn
to_name_nodes
(self) ->
Vec
<
String
>; }
Required Methods
§
Source
fn
to_name_nodes
(self) ->
Vec
<
String
>
Implementations on Foreign Types
§
Source
§
impl
ToNameNodes
for &
str
Source
§
fn
to_name_nodes
(self) ->
Vec
<
String
>
Source
§
impl
ToNameNodes
for
String
Source
§
fn
to_name_nodes
(self) ->
Vec
<
String
>
Source
§
impl
ToNameNodes
for
Vec
<
String
>
Source
§
fn
to_name_nodes
(self) ->
Vec
<
String
>
Source
§
impl<S:
ToString
>
ToNameNodes
for &
[S]
Source
§
fn
to_name_nodes
(self) ->
Vec
<
String
>
Implementors
§