pub struct FragSessionSetupAnsPayload {
pub frag_algo_unsupported: bool,
pub not_enough_memory: bool,
pub frag_index_unsupported: bool,
pub wrong_descriptor: bool,
pub session_cnt_replay: bool,
pub frag_index: u8,
}Fields§
§frag_algo_unsupported: bool§not_enough_memory: bool§frag_index_unsupported: bool§wrong_descriptor: bool§session_cnt_replay: bool§frag_index: u8Trait Implementations§
Source§impl Debug for FragSessionSetupAnsPayload
impl Debug for FragSessionSetupAnsPayload
Source§impl PartialEq for FragSessionSetupAnsPayload
impl PartialEq for FragSessionSetupAnsPayload
Source§fn eq(&self, other: &FragSessionSetupAnsPayload) -> bool
fn eq(&self, other: &FragSessionSetupAnsPayload) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FragSessionSetupAnsPayload
Auto Trait Implementations§
impl Freeze for FragSessionSetupAnsPayload
impl RefUnwindSafe for FragSessionSetupAnsPayload
impl Send for FragSessionSetupAnsPayload
impl Sync for FragSessionSetupAnsPayload
impl Unpin for FragSessionSetupAnsPayload
impl UnsafeUnpin for FragSessionSetupAnsPayload
impl UnwindSafe for FragSessionSetupAnsPayload
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