Struct clockwork_client::network::state::ConfigSettings
source · pub struct ConfigSettings {
pub admin: Pubkey,
pub epoch_thread: Pubkey,
pub hasher_thread: Pubkey,
pub mint: Pubkey,
}Expand description
ConfigSettings
Fields§
§admin: Pubkey§epoch_thread: Pubkey§hasher_thread: Pubkey§mint: PubkeyTrait Implementations§
source§impl BorshDeserialize for ConfigSettingswhere
Pubkey: BorshDeserialize,
impl BorshDeserialize for ConfigSettingswhere Pubkey: BorshDeserialize,
source§fn deserialize(buf: &mut &[u8]) -> Result<ConfigSettings, Error>
fn deserialize(buf: &mut &[u8]) -> Result<ConfigSettings, Error>
Deserializes this instance from a given slice of bytes.
Updates the buffer to point at the remaining bytes.
Auto Trait Implementations§
impl RefUnwindSafe for ConfigSettings
impl Send for ConfigSettings
impl Sync for ConfigSettings
impl Unpin for ConfigSettings
impl UnwindSafe for ConfigSettings
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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