pub struct PortalSuspended {}Expand description
(B) Alternative reply for Execute command before completing the execution of a portal (due to reaching a nonzero result-row count)
Implementations§
Trait Implementations§
Source§impl Debug for PortalSuspended
impl Debug for PortalSuspended
Source§impl PartialEq for PortalSuspended
impl PartialEq for PortalSuspended
Source§fn eq(&self, other: &PortalSuspended) -> bool
fn eq(&self, other: &PortalSuspended) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PortalSuspended
impl Serialize for PortalSuspended
impl StructuralPartialEq for PortalSuspended
Auto Trait Implementations§
impl Freeze for PortalSuspended
impl RefUnwindSafe for PortalSuspended
impl Send for PortalSuspended
impl Sync for PortalSuspended
impl Unpin for PortalSuspended
impl UnsafeUnpin for PortalSuspended
impl UnwindSafe for PortalSuspended
Blanket Implementations§
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