pub enum ActivationOutput {
Result(NandoResult),
Epic(EcbId),
}Variants§
Implementations§
source§impl ActivationOutput
impl ActivationOutput
pub fn get_inner_result(&self) -> Option<NandoResult>
Trait Implementations§
source§impl Clone for ActivationOutput
impl Clone for ActivationOutput
source§fn clone(&self) -> ActivationOutput
fn clone(&self) -> ActivationOutput
Returns a copy 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 ActivationOutput
impl Debug for ActivationOutput
source§impl From<&ActivationOutput> for NandoResultSerializable
impl From<&ActivationOutput> for NandoResultSerializable
source§fn from(value: &ActivationOutput) -> Self
fn from(value: &ActivationOutput) -> Self
Converts to this type from the input type.
source§impl From<EcbId> for ActivationOutput
impl From<EcbId> for ActivationOutput
Auto Trait Implementations§
impl RefUnwindSafe for ActivationOutput
impl Send for ActivationOutput
impl Sync for ActivationOutput
impl Unpin for ActivationOutput
impl UnwindSafe for ActivationOutput
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