pub struct PortGetSetResponse {
pub port: u8,
}
Expand description
Port get/set response
Fields§
§port: u8
Trait Implementations§
Source§impl Clone for PortGetSetResponse
impl Clone for PortGetSetResponse
Source§fn clone(&self) -> PortGetSetResponse
fn clone(&self) -> PortGetSetResponse
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 PortGetSetResponse
impl Debug for PortGetSetResponse
Source§impl<'de> Deserialize<'de> for PortGetSetResponse
impl<'de> Deserialize<'de> for PortGetSetResponse
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 PortGetSetResponse
impl PartialEq for PortGetSetResponse
impl AtatResp for PortGetSetResponse
impl StructuralPartialEq for PortGetSetResponse
Auto Trait Implementations§
impl Freeze for PortGetSetResponse
impl RefUnwindSafe for PortGetSetResponse
impl Send for PortGetSetResponse
impl Sync for PortGetSetResponse
impl Unpin for PortGetSetResponse
impl UnwindSafe for PortGetSetResponse
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