pub enum OutputInclude {
LockingScripts,
EntireTransactions,
}Expand description
What additional data to include with output listings.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for OutputInclude
impl Clone for OutputInclude
Source§fn clone(&self) -> OutputInclude
fn clone(&self) -> OutputInclude
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 Debug for OutputInclude
impl Debug for OutputInclude
Source§impl PartialEq for OutputInclude
impl PartialEq for OutputInclude
impl Eq for OutputInclude
impl StructuralPartialEq for OutputInclude
Auto Trait Implementations§
impl Freeze for OutputInclude
impl RefUnwindSafe for OutputInclude
impl Send for OutputInclude
impl Sync for OutputInclude
impl Unpin for OutputInclude
impl UnsafeUnpin for OutputInclude
impl UnwindSafe for OutputInclude
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