pub enum NandoHandleOutputType {
Processing(EcbId, Vec<(ObjectId, ObjectVersion)>),
Result(Vec<ActivationOutput>, Vec<(ObjectId, ObjectVersion)>),
}Variants§
Processing(EcbId, Vec<(ObjectId, ObjectVersion)>)
Result(Vec<ActivationOutput>, Vec<(ObjectId, ObjectVersion)>)
Auto Trait Implementations§
impl RefUnwindSafe for NandoHandleOutputType
impl Send for NandoHandleOutputType
impl Sync for NandoHandleOutputType
impl Unpin for NandoHandleOutputType
impl UnwindSafe for NandoHandleOutputType
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