pub struct RCONRequest {
pub id: usize,
pub request_type: u8,
pub body: String,
}
Expand description
Request for RCON command
Fields§
§id: usize
§request_type: u8
§body: String
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RCONRequest
impl RefUnwindSafe for RCONRequest
impl Send for RCONRequest
impl Sync for RCONRequest
impl Unpin for RCONRequest
impl UnwindSafe for RCONRequest
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