pub struct OutputsByUnspendableType<T> {
pub opreturn: T,
}Fields§
§opreturn: TImplementations§
Trait Implementations§
Source§impl<T> Add for OutputsByUnspendableType<T>where
T: Add<Output = T>,
impl<T> Add for OutputsByUnspendableType<T>where
T: Add<Output = T>,
Source§impl<T> AddAssign for OutputsByUnspendableType<T>where
T: AddAssign,
impl<T> AddAssign for OutputsByUnspendableType<T>where
T: AddAssign,
Source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+= operation. Read moreSource§impl<T: Clone> Clone for OutputsByUnspendableType<T>
impl<T: Clone> Clone for OutputsByUnspendableType<T>
Source§fn clone(&self) -> OutputsByUnspendableType<T>
fn clone(&self) -> OutputsByUnspendableType<T>
Returns a duplicate 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<T: Debug> Debug for OutputsByUnspendableType<T>
impl<T: Debug> Debug for OutputsByUnspendableType<T>
Source§impl<T: Default> Default for OutputsByUnspendableType<T>
impl<T: Default> Default for OutputsByUnspendableType<T>
Source§fn default() -> OutputsByUnspendableType<T>
fn default() -> OutputsByUnspendableType<T>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<T> Freeze for OutputsByUnspendableType<T>where
T: Freeze,
impl<T> RefUnwindSafe for OutputsByUnspendableType<T>where
T: RefUnwindSafe,
impl<T> Send for OutputsByUnspendableType<T>where
T: Send,
impl<T> Sync for OutputsByUnspendableType<T>where
T: Sync,
impl<T> Unpin for OutputsByUnspendableType<T>where
T: Unpin,
impl<T> UnwindSafe for OutputsByUnspendableType<T>where
T: UnwindSafe,
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