pub struct PortalSuspended;Expand description
PortalSuspended message - row limit reached in Execute.
Implementations§
Trait Implementations§
Source§impl Clone for PortalSuspended
impl Clone for PortalSuspended
Source§fn clone(&self) -> PortalSuspended
fn clone(&self) -> PortalSuspended
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PortalSuspended
impl Debug for PortalSuspended
impl Copy 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 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