pub struct ListHardwareInterfacesRes {
pub command_interfaces: Vec<HardwareInterface>,
pub state_interfaces: Vec<HardwareInterface>,
}Fields§
§command_interfaces: Vec<HardwareInterface>§state_interfaces: Vec<HardwareInterface>Trait Implementations§
Source§impl Clone for ListHardwareInterfacesRes
impl Clone for ListHardwareInterfacesRes
Source§fn clone(&self) -> ListHardwareInterfacesRes
fn clone(&self) -> ListHardwareInterfacesRes
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ListHardwareInterfacesRes
impl Debug for ListHardwareInterfacesRes
Source§impl Default for ListHardwareInterfacesRes
impl Default for ListHardwareInterfacesRes
Source§impl<'de> Deserialize<'de> for ListHardwareInterfacesRes
impl<'de> Deserialize<'de> for ListHardwareInterfacesRes
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 Message for ListHardwareInterfacesRes
impl StructuralPartialEq for ListHardwareInterfacesRes
Auto Trait Implementations§
impl Freeze for ListHardwareInterfacesRes
impl RefUnwindSafe for ListHardwareInterfacesRes
impl Send for ListHardwareInterfacesRes
impl Sync for ListHardwareInterfacesRes
impl Unpin for ListHardwareInterfacesRes
impl UnwindSafe for ListHardwareInterfacesRes
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