Enum ckb_signer::KeyTimeout
source · pub enum KeyTimeout {
Infinite,
Timeout(Instant),
}Variants§
Trait Implementations§
source§impl Clone for KeyTimeout
impl Clone for KeyTimeout
source§fn clone(&self) -> KeyTimeout
fn clone(&self) -> KeyTimeout
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