pub struct StakeableLockedOutput {
pub locktime: i64,
pub secp256k_transfer_output: Option<SECP256KTransferOutput>,
}Fields§
§locktime: i64§secp256k_transfer_output: Option<SECP256KTransferOutput>Trait Implementations§
Source§impl Debug for StakeableLockedOutput
impl Debug for StakeableLockedOutput
Source§impl<'de> Deserialize<'de> for StakeableLockedOutput
impl<'de> Deserialize<'de> for StakeableLockedOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for StakeableLockedOutput
impl RefUnwindSafe for StakeableLockedOutput
impl Send for StakeableLockedOutput
impl Sync for StakeableLockedOutput
impl Unpin for StakeableLockedOutput
impl UnsafeUnpin for StakeableLockedOutput
impl UnwindSafe for StakeableLockedOutput
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