pub enum ServerFunctionCallError {}Expand description
A function-call error was sent and readiness must follow.
Trait Implementations§
Source§impl Debug for ServerFunctionCallError
impl Debug for ServerFunctionCallError
Source§impl PhaseAssociation<Outbound, ServerRole, BackendMessage> for ServerFunctionCallError
impl PhaseAssociation<Outbound, ServerRole, BackendMessage> for ServerFunctionCallError
Source§type ProtocolPhase = FunctionReady
type ProtocolPhase = FunctionReady
Generated grammar phase corresponding to the connection typestate.
Source§type Message = TypedBackendMessage<FunctionReadyInternalMessage>
type Message = TypedBackendMessage<FunctionReadyInternalMessage>
Opaque set of messages legal for this direction, role, and phase.
Auto Trait Implementations§
impl Freeze for ServerFunctionCallError
impl RefUnwindSafe for ServerFunctionCallError
impl Send for ServerFunctionCallError
impl Sync for ServerFunctionCallError
impl Unpin for ServerFunctionCallError
impl UnsafeUnpin for ServerFunctionCallError
impl UnwindSafe for ServerFunctionCallError
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