Struct cansat_lora::Response
source · pub struct Response<'a> {
pub header: &'a [u8],
pub content: ResponseContent<'a>,
}
Fields§
§header: &'a [u8]
§content: ResponseContent<'a>
Trait Implementations§
source§impl<'a> PartialEq<Response<'a>> for Response<'a>
impl<'a> PartialEq<Response<'a>> for Response<'a>
impl<'a> Eq for Response<'a>
impl<'a> StructuralEq for Response<'a>
impl<'a> StructuralPartialEq for Response<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Response<'a>
impl<'a> Send for Response<'a>
impl<'a> Sync for Response<'a>
impl<'a> Unpin for Response<'a>
impl<'a> UnwindSafe for Response<'a>
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