Struct cronos_program::instruction::ConfigUpdateMinRecurr
source · [−]pub struct ConfigUpdateMinRecurr {
pub new_min_recurr: i64,
}
Expand description
Instruction.
Fields
new_min_recurr: i64
Trait Implementations
sourceimpl BorshDeserialize for ConfigUpdateMinRecurr where
i64: BorshDeserialize,
impl BorshDeserialize for ConfigUpdateMinRecurr where
i64: BorshDeserialize,
sourceimpl BorshSerialize for ConfigUpdateMinRecurr where
i64: BorshSerialize,
impl BorshSerialize for ConfigUpdateMinRecurr where
i64: BorshSerialize,
Auto Trait Implementations
impl RefUnwindSafe for ConfigUpdateMinRecurr
impl Send for ConfigUpdateMinRecurr
impl Sync for ConfigUpdateMinRecurr
impl Unpin for ConfigUpdateMinRecurr
impl UnwindSafe for ConfigUpdateMinRecurr
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
pub default fn example() -> T
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more