pub struct SteamConfig {
pub app_id: Option<String>,
pub windows_depot_id: Option<String>,
pub macos_depot_id: Option<String>,
pub linux_depot_id: Option<String>,
}Fields§
§app_id: Option<String>§windows_depot_id: Option<String>§macos_depot_id: Option<String>§linux_depot_id: Option<String>Trait Implementations§
Source§impl Clone for SteamConfig
impl Clone for SteamConfig
Source§fn clone(&self) -> SteamConfig
fn clone(&self) -> SteamConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SteamConfig
impl Debug for SteamConfig
impl Eq for SteamConfig
Source§impl PartialEq for SteamConfig
impl PartialEq for SteamConfig
Source§fn eq(&self, other: &SteamConfig) -> bool
fn eq(&self, other: &SteamConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SteamConfig
Auto Trait Implementations§
impl Freeze for SteamConfig
impl RefUnwindSafe for SteamConfig
impl Send for SteamConfig
impl Sync for SteamConfig
impl Unpin for SteamConfig
impl UnsafeUnpin for SteamConfig
impl UnwindSafe for SteamConfig
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