pub struct Eth {
pub relay: Option<EthType>,
pub pin: Option<Vec<u32>>,
}
Fields§
§relay: Option<EthType>
type of ethernet
pin: Option<Vec<u32>>
pins used??? idk how this one works
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Eth
impl<'de> Deserialize<'de> for Eth
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 Eth
Auto Trait Implementations§
impl Freeze for Eth
impl RefUnwindSafe for Eth
impl Send for Eth
impl Sync for Eth
impl Unpin for Eth
impl UnwindSafe for Eth
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