Enum webrtc_mdns::message::RCode
source · [−]pub enum RCode {
Success,
FormatError,
ServerFailure,
NameError,
NotImplemented,
Refused,
Unsupported,
}
Variants
Success
FormatError
ServerFailure
NameError
NotImplemented
Refused
Unsupported
Trait Implementations
impl Copy for RCode
impl Eq for RCode
impl StructuralEq for RCode
impl StructuralPartialEq for RCode
Auto Trait Implementations
impl RefUnwindSafe for RCode
impl Send for RCode
impl Sync for RCode
impl Unpin for RCode
impl UnwindSafe for RCode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more