pub struct FragDataBlockReceivedReqPayload {
pub frag_index: u8,
pub mic_error: bool,
}Fields§
§frag_index: u8§mic_error: boolTrait Implementations§
Source§impl PartialEq for FragDataBlockReceivedReqPayload
impl PartialEq for FragDataBlockReceivedReqPayload
Source§fn eq(&self, other: &FragDataBlockReceivedReqPayload) -> bool
fn eq(&self, other: &FragDataBlockReceivedReqPayload) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FragDataBlockReceivedReqPayload
Auto Trait Implementations§
impl Freeze for FragDataBlockReceivedReqPayload
impl RefUnwindSafe for FragDataBlockReceivedReqPayload
impl Send for FragDataBlockReceivedReqPayload
impl Sync for FragDataBlockReceivedReqPayload
impl Unpin for FragDataBlockReceivedReqPayload
impl UnsafeUnpin for FragDataBlockReceivedReqPayload
impl UnwindSafe for FragDataBlockReceivedReqPayload
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
Source§impl<T> IntoSql for T
impl<T> IntoSql for T
Source§fn into_sql<T>(self) -> Self::Expression
fn into_sql<T>(self) -> Self::Expression
Convert
self to an expression for Diesel’s query builder. Read moreSource§fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
Convert
&self to an expression for Diesel’s query builder. Read more