Enum webrtc_mdns::message::RCode [−][src]
pub enum RCode {
Success,
FormatError,
ServerFailure,
NameError,
NotImplemented,
Refused,
Unsupported,
}Variants
Success
FormatError
ServerFailure
NameError
NotImplemented
Refused
Unsupported
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RCode
impl UnwindSafe for RCode
Blanket Implementations
Mutably borrows from an owned value. Read more
