Enum ya_runtime_api::server::proto::response::create_network::Endpoint [−][src]
pub enum Endpoint { Socket(String), }
Variants
Tuple Fields of Socket
0: String
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Endpoint
impl UnwindSafe for Endpoint
Blanket Implementations
Mutably borrows from an owned value. Read more