pub struct ResolvedInput {
pub output: Output,
pub created_height: Option<u64>,
}Fields§
§output: Output§created_height: Option<u64>Trait Implementations§
Source§impl Clone for ResolvedInput
impl Clone for ResolvedInput
Source§fn clone(&self) -> ResolvedInput
fn clone(&self) -> ResolvedInput
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 ResolvedInput
impl RefUnwindSafe for ResolvedInput
impl Send for ResolvedInput
impl Sync for ResolvedInput
impl Unpin for ResolvedInput
impl UnsafeUnpin for ResolvedInput
impl UnwindSafe for ResolvedInput
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