Struct access_protocol::instruction::admin_program_freeze::Params
source · pub struct Params {
pub ix_gate: u128,
}
Expand description
The required parameters for the admin_program_freeze
instruction
Fields§
§ix_gate: u128
The new ix gate
Trait Implementations§
source§impl BorshDeserialize for Paramswhere
u128: BorshDeserialize,
impl BorshDeserialize for Paramswhere
u128: BorshDeserialize,
source§impl BorshSerialize for Paramswhere
u128: BorshSerialize,
impl BorshSerialize for Paramswhere
u128: BorshSerialize,
Auto Trait Implementations§
impl RefUnwindSafe for Params
impl Send for Params
impl Sync for Params
impl Unpin for Params
impl UnwindSafe for Params
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