[][src]Struct jlib::base::serialize::signed_obj::TxJsonBrokerageDen

pub struct TxJsonBrokerageDen<'a> {
    pub type_obj: Option<TypeObj>,
    pub value: u64,
    pub output: SignStreamType,
    // some fields omitted
}

Fields

type_obj: Option<TypeObj>value: u64output: SignStreamType

Methods

impl<'a> TxJsonBrokerageDen<'a>[src]

pub fn new(value: u64) -> Self[src]

Trait Implementations

impl<'a> TxJsonSerializer for TxJsonBrokerageDen<'a>[src]

Auto Trait Implementations

impl<'a> Sync for TxJsonBrokerageDen<'a>

impl<'a> Send for TxJsonBrokerageDen<'a>

impl<'a> Unpin for TxJsonBrokerageDen<'a>

impl<'a> RefUnwindSafe for TxJsonBrokerageDen<'a>

impl<'a> UnwindSafe for TxJsonBrokerageDen<'a>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Downcast for T where
    T: Any