[−][src]Enum vostok_dao::proposal::ActionInt
Internal Action representation
Variants
Fields of Delete
dest: AccountIdTrait Implementations
impl BorshDeserialize for ActionInt where
AccountId: BorshDeserialize,
Balance: BorshDeserialize,
AccountId: BorshDeserialize, [src]
AccountId: BorshDeserialize,
Balance: BorshDeserialize,
AccountId: BorshDeserialize,
fn deserialize(buf: &mut &[u8]) -> Result<Self, Error>[src]
pub fn try_from_slice(v: &[u8]) -> Result<Self, Error>[src]
pub fn is_u8() -> bool[src]
impl BorshSerialize for ActionInt where
AccountId: BorshSerialize,
Balance: BorshSerialize,
AccountId: BorshSerialize, [src]
AccountId: BorshSerialize,
Balance: BorshSerialize,
AccountId: BorshSerialize,
fn serialize<W: Write>(&self, writer: &mut W) -> Result<(), Error>[src]
pub fn try_to_vec(&self) -> Result<Vec<u8, Global>, Error>[src]
pub fn is_u8() -> bool[src]
impl Into<Action> for ActionInt[src]
Auto Trait Implementations
impl RefUnwindSafe for ActionInt[src]
impl Send for ActionInt[src]
impl Sync for ActionInt[src]
impl Unpin for ActionInt[src]
impl UnwindSafe for ActionInt[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,