- API ›
- Constructors ›
- DcOption
DcOption
---types--- dcOption#18b7a10d ipv6:flags.0?true media_only:flags.1?true tcpo_only:flags.2?true cdn:flags.3?true static:flags.4?true this_port_only:flags.5?true id:int ip_address:string port:int secret:flags.10?bytes = DcOption
Belongs to
| DcOption |
In Rust this constructor is a variant of the enums::DcOption enum.
Match on it with: if let enums::DcOption::DcOption(v) = result { ... }