pub struct ListHardwareInterfacesResponse {
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 ListHardwareInterfacesResponse
impl Clone for ListHardwareInterfacesResponse
Source§fn clone(&self) -> ListHardwareInterfacesResponse
fn clone(&self) -> ListHardwareInterfacesResponse
Returns a duplicate 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<'de> Deserialize<'de> for ListHardwareInterfacesResponse
impl<'de> Deserialize<'de> for ListHardwareInterfacesResponse
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
Source§impl PartialEq for ListHardwareInterfacesResponse
impl PartialEq for ListHardwareInterfacesResponse
Source§fn eq(&self, other: &ListHardwareInterfacesResponse) -> bool
fn eq(&self, other: &ListHardwareInterfacesResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Message for ListHardwareInterfacesResponse
impl StructuralPartialEq for ListHardwareInterfacesResponse
Auto Trait Implementations§
impl Freeze for ListHardwareInterfacesResponse
impl RefUnwindSafe for ListHardwareInterfacesResponse
impl Send for ListHardwareInterfacesResponse
impl Sync for ListHardwareInterfacesResponse
impl Unpin for ListHardwareInterfacesResponse
impl UnwindSafe for ListHardwareInterfacesResponse
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