pub struct RelinquishOutputArgs {
pub basket: BasketStringUnder300Bytes,
pub output: OutpointString,
}Expand description
Arguments for relinquishing ownership of an output.
Fields§
§basket: BasketStringUnder300Bytes§output: OutpointStringTrait Implementations§
Source§impl Clone for RelinquishOutputArgs
impl Clone for RelinquishOutputArgs
Source§fn clone(&self) -> RelinquishOutputArgs
fn clone(&self) -> RelinquishOutputArgs
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 moreAuto Trait Implementations§
impl Freeze for RelinquishOutputArgs
impl RefUnwindSafe for RelinquishOutputArgs
impl Send for RelinquishOutputArgs
impl Sync for RelinquishOutputArgs
impl Unpin for RelinquishOutputArgs
impl UnsafeUnpin for RelinquishOutputArgs
impl UnwindSafe for RelinquishOutputArgs
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