pub struct GSIConfig { /* private fields */ }
Expand description
Game State Integration configuration
Trait Implementations§
Source§impl From<&GSIConfigBuilder> for GSIConfig
impl From<&GSIConfigBuilder> for GSIConfig
Source§fn from(builder: &GSIConfigBuilder) -> Self
fn from(builder: &GSIConfigBuilder) -> Self
Converts to this type from the input type.
Source§impl From<GSIConfigBuilder> for GSIConfig
impl From<GSIConfigBuilder> for GSIConfig
Source§fn from(builder: GSIConfigBuilder) -> Self
fn from(builder: GSIConfigBuilder) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for GSIConfig
impl RefUnwindSafe for GSIConfig
impl Send for GSIConfig
impl Sync for GSIConfig
impl Unpin for GSIConfig
impl UnwindSafe for GSIConfig
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