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