Struct switchboard_protos::protos::instruction::mod_SwitchboardInstruction::SetAggregatorConfigsInstruction[][src]

pub struct SetAggregatorConfigsInstruction {
    pub min_confirmations: i32,
    pub min_update_delay_seconds: i64,
    pub fulfillment_manager_pubkey: Vec<u8>,
    pub lock: bool,
}

Fields

min_confirmations: i32min_update_delay_seconds: i64fulfillment_manager_pubkey: Vec<u8>lock: bool

Trait Implementations

impl Clone for SetAggregatorConfigsInstruction[src]

impl Debug for SetAggregatorConfigsInstruction[src]

impl Default for SetAggregatorConfigsInstruction[src]

impl<'a> MessageRead<'a> for SetAggregatorConfigsInstruction[src]

impl MessageWrite for SetAggregatorConfigsInstruction[src]

impl PartialEq<SetAggregatorConfigsInstruction> for SetAggregatorConfigsInstruction[src]

impl StructuralPartialEq for SetAggregatorConfigsInstruction[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.