Enum fake_netstack::__PrivResult
source · pub(crate) enum __PrivResult<_0, _1, _2> {
_0(_0),
_1(_1),
_2(_2),
Complete,
}
Variants§
Auto Trait Implementations§
impl<_0, _1, _2> RefUnwindSafe for __PrivResult<_0, _1, _2>where _0: RefUnwindSafe, _1: RefUnwindSafe, _2: RefUnwindSafe,
impl<_0, _1, _2> Send for __PrivResult<_0, _1, _2>where _0: Send, _1: Send, _2: Send,
impl<_0, _1, _2> Sync for __PrivResult<_0, _1, _2>where _0: Sync, _1: Sync, _2: Sync,
impl<_0, _1, _2> Unpin for __PrivResult<_0, _1, _2>where _0: Unpin, _1: Unpin, _2: Unpin,
impl<_0, _1, _2> UnwindSafe for __PrivResult<_0, _1, _2>where _0: UnwindSafe, _1: UnwindSafe, _2: UnwindSafe,
Blanket Implementations§
§impl<T> Encode<Ambiguous1> for T
impl<T> Encode<Ambiguous1> for T
§impl<T> Encode<Ambiguous2> for T
impl<T> Encode<Ambiguous2> for T
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T, U> TryIntoExt<U> for Twhere
U: TryFromExt<T>,
impl<T, U> TryIntoExt<U> for Twhere U: TryFromExt<T>,
type Error = <U as TryFromExt<T>>::Error
§fn try_into_ext(self) -> Result<U, <T as TryIntoExt<U>>::Error>
fn try_into_ext(self) -> Result<U, <T as TryIntoExt<U>>::Error>
Tries to perform the conversion.