pub struct RandomOutput {
pub global_index: u64,
pub public_key: HashString<Hash>,
pub rct: HashString<Hash>,
}Fields§
§global_index: u64§public_key: HashString<Hash>§rct: HashString<Hash>Trait Implementations§
Source§impl Clone for RandomOutput
impl Clone for RandomOutput
Source§fn clone(&self) -> RandomOutput
fn clone(&self) -> RandomOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RandomOutput
impl Debug for RandomOutput
Source§impl<'de> Deserialize<'de> for RandomOutput
impl<'de> Deserialize<'de> for RandomOutput
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 RandomOutput
impl RefUnwindSafe for RandomOutput
impl Send for RandomOutput
impl Sync for RandomOutput
impl Unpin for RandomOutput
impl UnsafeUnpin for RandomOutput
impl UnwindSafe for RandomOutput
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