Struct doapi::response::Networks
[−]
[src]
pub struct Networks { pub v4: Vec<Option<Network>>, pub v6: Vec<Option<Network>>, }
Fields
v4 | |
v6 |
pub struct Networks { pub v4: Vec<Option<Network>>, pub v6: Vec<Option<Network>>, }
v4 | |
v6 |
impl Display for Networks
impl Debug for Networks
impl Deserialize for Networks
fn deserialize<__D>(deserializer: &mut __D) -> Result<Networks, __D::Error> where __D: Deserializer
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)