#[repr(C)]
pub enum PuffRuleSetArgs {
V1 {
rule_set_name: String,
},
}
Expand description
Args for append_to_rule_set
instruction.
Variants§
Trait Implementations§
source§impl BorshDeserialize for PuffRuleSetArgswhere
String: BorshDeserialize,
impl BorshDeserialize for PuffRuleSetArgswhere String: BorshDeserialize,
source§impl BorshSerialize for PuffRuleSetArgswhere
String: BorshSerialize,
impl BorshSerialize for PuffRuleSetArgswhere String: BorshSerialize,
source§impl Clone for PuffRuleSetArgs
impl Clone for PuffRuleSetArgs
source§fn clone(&self) -> PuffRuleSetArgs
fn clone(&self) -> PuffRuleSetArgs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PuffRuleSetArgs
impl Debug for PuffRuleSetArgs
source§impl PartialEq<PuffRuleSetArgs> for PuffRuleSetArgs
impl PartialEq<PuffRuleSetArgs> for PuffRuleSetArgs
source§fn eq(&self, other: &PuffRuleSetArgs) -> bool
fn eq(&self, other: &PuffRuleSetArgs) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.