[−][src]Struct grin_api::TxHashSet
TxHashSet
Fields
output_root_hash: StringOutput Root Hash
range_proof_root_hash: Stringkernel_root_hash: StringMethods
impl TxHashSet[src]
impl TxHashSetTrait Implementations
impl Clone for TxHashSet[src]
impl Clone for TxHashSetfn clone(&self) -> TxHashSet | [src] |
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
Performs copy-assignment from source. Read more
impl Debug for TxHashSet[src]
impl Debug for TxHashSetimpl Serialize for TxHashSet[src]
impl Serialize for TxHashSetfn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where | [src] |
impl<'de> Deserialize<'de> for TxHashSet[src]
impl<'de> Deserialize<'de> for TxHashSetfn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where | [src] |
Auto Trait Implementations
Blanket Implementations
impl<T> From for T[src]
impl<T> From for Timpl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error> | [src] |
impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T | [src] |
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId | [src] |
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, impl<T> DebugAny for T where
T: Any + Debug,
impl<T> DebugAny for T where
T: Any + Debug, impl<T> CloneAny for T where
T: Clone + Any,
impl<T> CloneAny for T where
T: Clone + Any, fn clone_any(&self) -> Box<dyn CloneAny + 'static> |
fn clone_any_send(&self) -> Box<dyn CloneAny + 'static + Send> where |
fn clone_any_sync(&self) -> Box<dyn CloneAny + 'static + Sync> where |
fn clone_any_send_sync(&self) -> Box<dyn CloneAny + 'static + Sync + Send> where |
impl<T> UnsafeAny for T where
T: Any,
impl<T> UnsafeAny for T where
T: Any, impl<T> SafeBorrow for T where
T: ?Sized,
impl<T> SafeBorrow for T where
T: ?Sized, fn borrow_replacement(ptr: &T) -> &T |
impl<'a, T> DefaultFeatures for T where
T: 'a + Send + Sync + Clone,
impl<'a, T> DefaultFeatures for T where
T: 'a + Send + Sync + Clone, fn clone_boxed(&self) -> Box<dyn DefaultFeatures<'a> + 'a> |
fn self_address_mut(&mut self) -> *mut () |
impl<'a, T> NonSyncFeatures for T where
T: 'a + Clone,
impl<'a, T> NonSyncFeatures for T where
T: 'a + Clone, fn clone_boxed(&self) -> Box<dyn NonSyncFeatures<'a> + 'a> |
fn self_address_mut(&mut self) -> *mut () |
impl<T> Erased for T
impl<T> Erased for Timpl<T> Same for T
impl<T> Same for Ttype Output = T
Should always be Self