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