pub struct ConfigKeys {
pub keys: Vec<(Pubkey, bool)>,
}Expand description
Configuration keys structure
Fields§
§keys: Vec<(Pubkey, bool)>Keys associated with the configuration
Trait Implementations§
Source§impl Debug for ConfigKeys
impl Debug for ConfigKeys
Source§impl Default for ConfigKeys
impl Default for ConfigKeys
Source§fn default() -> ConfigKeys
fn default() -> ConfigKeys
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ConfigKeys
impl RefUnwindSafe for ConfigKeys
impl Send for ConfigKeys
impl Sync for ConfigKeys
impl Unpin for ConfigKeys
impl UnwindSafe for ConfigKeys
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