pub enum LocktimeType {
Height,
Time,
}
Variants§
Implementations§
Trait Implementations§
Source§impl PartialEq for LocktimeType
impl PartialEq for LocktimeType
impl Eq for LocktimeType
impl StructuralPartialEq for LocktimeType
Auto Trait Implementations§
impl Freeze for LocktimeType
impl RefUnwindSafe for LocktimeType
impl Send for LocktimeType
impl Sync for LocktimeType
impl Unpin for LocktimeType
impl UnwindSafe for LocktimeType
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