Enum poplar::syscall::EarlyLogError
source · pub enum EarlyLogError {
MessageTooLong,
MessageNotValidUtf8,
TaskDoesNotHaveCorrectCapability,
}
Variants§
Trait Implementations§
source§impl Clone for EarlyLogError
impl Clone for EarlyLogError
source§fn clone(&self) -> EarlyLogError
fn clone(&self) -> EarlyLogError
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