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