pub struct ClientConfig {
pub content_id: String,
pub language: String,
pub multiplayer_id: String,
pub title: String,
pub version_override: Option<String>,
}Expand description
Configuration for the Origin SDK client
Fields§
§content_id: StringCan be contentId, masterTitleId, or offerId
language: String§multiplayer_id: String§title: String§version_override: Option<String>Auto Trait Implementations§
impl Freeze for ClientConfig
impl RefUnwindSafe for ClientConfig
impl Send for ClientConfig
impl Sync for ClientConfig
impl Unpin for ClientConfig
impl UnwindSafe for ClientConfig
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