Struct edgedb_protocol::errors::InvalidCapabilities
source · [−]pub struct InvalidCapabilities<__T0> {
pub capabilities: __T0,
}
Expand description
SNAFU context selector for the DecodeError::InvalidCapabilities
variant
Fields
capabilities: __T0
Implementations
sourceimpl<__T0> InvalidCapabilities<__T0>
impl<__T0> InvalidCapabilities<__T0>
Trait Implementations
sourceimpl<__T0: Clone> Clone for InvalidCapabilities<__T0>
impl<__T0: Clone> Clone for InvalidCapabilities<__T0>
sourcefn clone(&self) -> InvalidCapabilities<__T0>
fn clone(&self) -> InvalidCapabilities<__T0>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl<__T0: Debug> Debug for InvalidCapabilities<__T0>
impl<__T0: Debug> Debug for InvalidCapabilities<__T0>
sourceimpl<__T0> IntoError<DecodeError> for InvalidCapabilities<__T0> where
DecodeError: Error + ErrorCompat,
__T0: Into<u64>,
impl<__T0> IntoError<DecodeError> for InvalidCapabilities<__T0> where
DecodeError: Error + ErrorCompat,
__T0: Into<u64>,
sourcefn into_error(self, error: Self::Source) -> DecodeError
fn into_error(self, error: Self::Source) -> DecodeError
Combine the information to produce the error
impl<__T0: Copy> Copy for InvalidCapabilities<__T0>
Auto Trait Implementations
impl<__T0> RefUnwindSafe for InvalidCapabilities<__T0> where
__T0: RefUnwindSafe,
impl<__T0> Send for InvalidCapabilities<__T0> where
__T0: Send,
impl<__T0> Sync for InvalidCapabilities<__T0> where
__T0: Sync,
impl<__T0> Unpin for InvalidCapabilities<__T0> where
__T0: Unpin,
impl<__T0> UnwindSafe for InvalidCapabilities<__T0> where
__T0: UnwindSafe,
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