[][src]Struct eosio_bios::Updateauth

pub struct Updateauth {
    pub _account: PhantomData<AccountName>,
    pub _permission: PhantomData<PermissionName>,
    pub _parent: PhantomData<AccountName>,
    pub _auth: PhantomData<Authority>,
}

Fields

_account: PhantomData<AccountName>_permission: PhantomData<PermissionName>_parent: PhantomData<AccountName>_auth: PhantomData<Authority>

Trait Implementations

impl ActionFn for Updateauth[src]

impl Clone for Updateauth[src]

impl NumBytes for Updateauth[src]

impl Read for Updateauth[src]

impl Write for Updateauth[src]

Auto Trait Implementations

impl RefUnwindSafe for Updateauth

impl Send for Updateauth

impl Sync for Updateauth

impl Unpin for Updateauth

impl UnwindSafe for Updateauth

Blanket Implementations

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

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

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

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.