pub struct RFLogInfoLine {
pub launcher_version: Version,
pub player_nick: String,
pub game_client: String,
pub os: String,
pub os_version: String,
}Fields§
§launcher_version: Version§player_nick: String§game_client: String§os: String§os_version: StringTrait Implementations§
Source§impl Clone for RFLogInfoLine
impl Clone for RFLogInfoLine
Source§fn clone(&self) -> RFLogInfoLine
fn clone(&self) -> RFLogInfoLine
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RFLogInfoLine
impl RefUnwindSafe for RFLogInfoLine
impl Send for RFLogInfoLine
impl Sync for RFLogInfoLine
impl Unpin for RFLogInfoLine
impl UnsafeUnpin for RFLogInfoLine
impl UnwindSafe for RFLogInfoLine
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