[][src]Struct jlib::Arg

pub struct Arg {
    pub parameter: String,
    pub contract_params_type: u8,
}

Fields

parameter: Stringcontract_params_type: u8

Methods

impl Arg[src]

pub fn new(parameter: String, contract_params_type: u8) -> Self[src]

Trait Implementations

impl Default for Arg[src]

impl Debug for Arg[src]

impl Serialize for Arg[src]

impl<'de> Deserialize<'de> for Arg[src]

Auto Trait Implementations

impl Sync for Arg

impl Send for Arg

impl Unpin for Arg

impl RefUnwindSafe for Arg

impl UnwindSafe for Arg

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> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Downcast for T where
    T: Any