pub struct RconEnd {
pub command: String,
}
Expand description
Notify the admin connection that the rcon command has finished.
Fields§
§command: String
The command as requested by the admin connection.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RconEnd
impl<'de> Deserialize<'de> for RconEnd
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RconEnd
impl StructuralPartialEq for RconEnd
Auto Trait Implementations§
impl Freeze for RconEnd
impl RefUnwindSafe for RconEnd
impl Send for RconEnd
impl Sync for RconEnd
impl Unpin for RconEnd
impl UnwindSafe for RconEnd
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