pub struct In3 {
pub type_field: Option<ButtonType>,
pub pin: Option<Vec<i8>>,
pub macros: Option<ButtonMacros>,
}
Fields§
§type_field: Option<ButtonType>
Button type
pin: Option<Vec<i8>>
Button pin
macros: Option<ButtonMacros>
Button macros
Trait Implementations§
Source§impl<'de> Deserialize<'de> for In3
impl<'de> Deserialize<'de> for In3
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 StructuralPartialEq for In3
Auto Trait Implementations§
impl Freeze for In3
impl RefUnwindSafe for In3
impl Send for In3
impl Sync for In3
impl Unpin for In3
impl UnwindSafe for In3
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