pub struct UiConfigKey {
pub pubkey: String,
pub signer: bool,
}Fields§
§pubkey: String§signer: boolTrait Implementations§
Source§impl Debug for UiConfigKey
impl Debug for UiConfigKey
Source§impl<'de> Deserialize<'de> for UiConfigKey
impl<'de> Deserialize<'de> for UiConfigKey
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for UiConfigKey
Source§impl PartialEq for UiConfigKey
impl PartialEq for UiConfigKey
Source§impl Serialize for UiConfigKey
impl Serialize for UiConfigKey
impl StructuralPartialEq for UiConfigKey
Auto Trait Implementations§
impl Freeze for UiConfigKey
impl RefUnwindSafe for UiConfigKey
impl Send for UiConfigKey
impl Sync for UiConfigKey
impl Unpin for UiConfigKey
impl UnsafeUnpin for UiConfigKey
impl UnwindSafe for UiConfigKey
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