Struct edgedb_protocol::errors::TooManyDescriptors [−][src]
pub struct TooManyDescriptors<__T0> {
pub index: __T0,
}
Expand description
SNAFU context selector for the DecodeError::TooManyDescriptors
variant
Fields
index: __T0
Implementations
Trait Implementations
impl<__T0> IntoError<DecodeError> for TooManyDescriptors<__T0> where
DecodeError: Error + ErrorCompat,
__T0: Into<usize>,
impl<__T0> IntoError<DecodeError> for TooManyDescriptors<__T0> where
DecodeError: Error + ErrorCompat,
__T0: Into<usize>,
Combine the information to produce the error
Auto Trait Implementations
impl<__T0> RefUnwindSafe for TooManyDescriptors<__T0> where
__T0: RefUnwindSafe,
impl<__T0> Send for TooManyDescriptors<__T0> where
__T0: Send,
impl<__T0> Sync for TooManyDescriptors<__T0> where
__T0: Sync,
impl<__T0> Unpin for TooManyDescriptors<__T0> where
__T0: Unpin,
impl<__T0> UnwindSafe for TooManyDescriptors<__T0> where
__T0: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more