pub enum LocktimeType {
Height,
Time,
}Variants§
Implementations§
Trait Implementations§
Source§impl PartialEq for LocktimeType
impl PartialEq for LocktimeType
Source§fn eq(&self, other: &LocktimeType) -> bool
fn eq(&self, other: &LocktimeType) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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