pub struct RpcRequest {
pub id: u32,
pub user: User,
pub data: Option<RpcRequestData>,
}
Fields§
§id: u32
§user: User
§data: Option<RpcRequestData>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RpcRequest
impl !RefUnwindSafe for RpcRequest
impl Send for RpcRequest
impl Sync for RpcRequest
impl Unpin for RpcRequest
impl !UnwindSafe for RpcRequest
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