pub struct Nuts {Show 15 fields
pub nut04: Settings,
pub nut05: Settings,
pub nut07: SupportedSettings,
pub nut08: SupportedSettings,
pub nut09: SupportedSettings,
pub nut10: SupportedSettings,
pub nut11: SupportedSettings,
pub nut12: SupportedSettings,
pub nut14: SupportedSettings,
pub nut15: Settings,
pub nut17: SupportedSettings,
pub nut19: Settings,
pub nut20: SupportedSettings,
pub nut21: Option<Settings>,
pub nut22: Option<Settings>,
}Expand description
Supported nuts and settings
Fields§
§nut04: SettingsNUT04 Settings
nut05: SettingsNUT05 Settings
nut07: SupportedSettingsNUT07 Settings
nut08: SupportedSettingsNUT08 Settings
nut09: SupportedSettingsNUT09 Settings
nut10: SupportedSettingsNUT10 Settings
nut11: SupportedSettingsNUT11 Settings
nut12: SupportedSettingsNUT12 Settings
nut14: SupportedSettingsNUT14 Settings
nut15: SettingsNUT15 Settings
nut17: SupportedSettingsNUT17 Settings
nut19: SettingsNUT19 Settings
nut20: SupportedSettingsNUT20 Settings
nut21: Option<Settings>NUT21 Settings
nut22: Option<Settings>NUT22 Settings
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Nuts
impl<'de> Deserialize<'de> for Nuts
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<Nuts, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<Nuts, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for Nuts
impl Serialize for Nuts
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for Nuts
impl StructuralPartialEq for Nuts
Auto Trait Implementations§
impl Freeze for Nuts
impl RefUnwindSafe for Nuts
impl Send for Nuts
impl Sync for Nuts
impl Unpin for Nuts
impl UnwindSafe for Nuts
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