Enum hapi_rs::session::CookResult
source · pub enum CookResult {
Succeeded,
Warnings,
Errored(String),
}
Expand description
Result of async cook operation Session::cook
Variants§
Succeeded
Warnings
Some nodes cooked with warnings
Errored(String)
One or more nodes could not cook properly
Trait Implementations§
source§impl Clone for CookResult
impl Clone for CookResult
source§fn clone(&self) -> CookResult
fn clone(&self) -> CookResult
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 more