Struct switchboard_program::mod_AggregatorState::Configs [−][src]
pub struct Configs {
pub locked: Option<bool>,
pub min_confirmations: Option<i32>,
pub min_update_delay_seconds: Option<i64>,
pub schedule: Option<String>,
}Fields
locked: Option<bool>min_confirmations: Option<i32>min_update_delay_seconds: Option<i64>schedule: Option<String>Trait Implementations
impl BorshDeserialize for Configs where
Option<bool>: BorshDeserialize,
Option<i32>: BorshDeserialize,
Option<i64>: BorshDeserialize,
Option<String>: BorshDeserialize,
impl BorshDeserialize for Configs where
Option<bool>: BorshDeserialize,
Option<i32>: BorshDeserialize,
Option<i64>: BorshDeserialize,
Option<String>: BorshDeserialize,
impl BorshSerialize for Configs where
Option<bool>: BorshSerialize,
Option<i32>: BorshSerialize,
Option<i64>: BorshSerialize,
Option<String>: BorshSerialize,
impl BorshSerialize for Configs where
Option<bool>: BorshSerialize,
Option<i32>: BorshSerialize,
Option<i64>: BorshSerialize,
Option<String>: BorshSerialize,
Constructs an instance of Self by reading from the given bytes
via the given reader. Read more
Computes necessary binary size of self once serialized in protobuf
Writes Self into W writer
Auto Trait Implementations
impl RefUnwindSafe for Configs
impl UnwindSafe for Configs
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more