pub struct Selections {
pub db: DBOption,
pub background: BackgroundOption,
pub asset: AssetsOption,
}Expand description
Holds the user’s configuration selections.
Fields§
§db: DBOption§background: BackgroundOption§asset: AssetsOptionImplementations§
Auto Trait Implementations§
impl Freeze for Selections
impl RefUnwindSafe for Selections
impl Send for Selections
impl Sync for Selections
impl Unpin for Selections
impl UnsafeUnpin for Selections
impl UnwindSafe for Selections
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