pub enum PortalCompletion {
Complete(CommandComplete),
Suspended(PortalSuspended),
}Variants§
Complete(CommandComplete)
Suspended(PortalSuspended)
Trait Implementations§
Source§impl Debug for PortalCompletion
impl Debug for PortalCompletion
Source§impl PartialEq for PortalCompletion
impl PartialEq for PortalCompletion
Source§fn eq(&self, other: &PortalCompletion) -> bool
fn eq(&self, other: &PortalCompletion) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PortalCompletion
Auto Trait Implementations§
impl Freeze for PortalCompletion
impl RefUnwindSafe for PortalCompletion
impl Send for PortalCompletion
impl Sync for PortalCompletion
impl Unpin for PortalCompletion
impl UnsafeUnpin for PortalCompletion
impl UnwindSafe for PortalCompletion
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