pub enum ScriptVersion {
Legacy,
SegwitV0,
SegwitV1,
}
Variants§
Trait Implementations§
Source§impl Clone for ScriptVersion
impl Clone for ScriptVersion
Source§fn clone(&self) -> ScriptVersion
fn clone(&self) -> ScriptVersion
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 PartialEq for ScriptVersion
impl PartialEq for ScriptVersion
impl Copy for ScriptVersion
impl Eq for ScriptVersion
impl StructuralPartialEq for ScriptVersion
Auto Trait Implementations§
impl Freeze for ScriptVersion
impl RefUnwindSafe for ScriptVersion
impl Send for ScriptVersion
impl Sync for ScriptVersion
impl Unpin for ScriptVersion
impl UnwindSafe for ScriptVersion
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