pub struct BackendProjectionError {
pub state: PipelineState,
pub message: BackendMessage,
}Expand description
A backend message was not legal for any outstanding operation.
Fields§
§state: PipelineStateCurrent response-side state.
message: BackendMessageUnchanged illegal message.
Trait Implementations§
Source§impl Debug for BackendProjectionError
impl Debug for BackendProjectionError
impl Eq for BackendProjectionError
Source§impl PartialEq for BackendProjectionError
impl PartialEq for BackendProjectionError
impl StructuralPartialEq for BackendProjectionError
Auto Trait Implementations§
impl !Freeze for BackendProjectionError
impl RefUnwindSafe for BackendProjectionError
impl Send for BackendProjectionError
impl Sync for BackendProjectionError
impl Unpin for BackendProjectionError
impl UnsafeUnpin for BackendProjectionError
impl UnwindSafe for BackendProjectionError
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more