Struct clockwork_network_program::instruction::PoolRotate
source · pub struct PoolRotate;
Expand description
Instruction.
Trait Implementations§
source§impl BorshDeserialize for PoolRotate
impl BorshDeserialize for PoolRotate
source§impl BorshSerialize for PoolRotate
impl BorshSerialize for PoolRotate
source§impl Discriminator for PoolRotate
impl Discriminator for PoolRotate
const DISCRIMINATOR: [u8; 8] = _
fn discriminator() -> [u8; 8]
Auto Trait Implementations§
impl RefUnwindSafe for PoolRotate
impl Send for PoolRotate
impl Sync for PoolRotate
impl Unpin for PoolRotate
impl UnwindSafe for PoolRotate
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more