pub struct MaxPayloadLengthGetResponse {
pub command: String<6>,
pub max: u8,
}
Expand description
Max payload length response
Fields§
§command: String<6>
§max: u8
Trait Implementations§
Source§impl Clone for MaxPayloadLengthGetResponse
impl Clone for MaxPayloadLengthGetResponse
Source§fn clone(&self) -> MaxPayloadLengthGetResponse
fn clone(&self) -> MaxPayloadLengthGetResponse
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 MaxPayloadLengthGetResponse
impl Debug for MaxPayloadLengthGetResponse
Source§impl<'de> Deserialize<'de> for MaxPayloadLengthGetResponse
impl<'de> Deserialize<'de> for MaxPayloadLengthGetResponse
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 AtatResp for MaxPayloadLengthGetResponse
impl StructuralPartialEq for MaxPayloadLengthGetResponse
Auto Trait Implementations§
impl Freeze for MaxPayloadLengthGetResponse
impl RefUnwindSafe for MaxPayloadLengthGetResponse
impl Send for MaxPayloadLengthGetResponse
impl Sync for MaxPayloadLengthGetResponse
impl Unpin for MaxPayloadLengthGetResponse
impl UnwindSafe for MaxPayloadLengthGetResponse
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