pub enum TryBlockCaughtType {
Identifier(Identifier),
Union(Vec<Identifier>),
}
Variants§
Identifier(Identifier)
Union(Vec<Identifier>)
Trait Implementations§
source§impl Clone for TryBlockCaughtType
impl Clone for TryBlockCaughtType
source§fn clone(&self) -> TryBlockCaughtType
fn clone(&self) -> TryBlockCaughtType
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