pub struct ArgsPlaceholder {
pub db: Option<DBOption>,
pub bg: Option<BackgroundOption>,
pub assets: Option<AssetsOption>,
}Expand description
Represents internal placeholders to be replaced.
Fields§
§db: Option<DBOption>§bg: Option<BackgroundOption>§assets: Option<AssetsOption>Trait Implementations§
Source§impl Clone for ArgsPlaceholder
impl Clone for ArgsPlaceholder
Source§fn clone(&self) -> ArgsPlaceholder
fn clone(&self) -> ArgsPlaceholder
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 ArgsPlaceholder
impl Debug for ArgsPlaceholder
Source§impl Default for ArgsPlaceholder
impl Default for ArgsPlaceholder
Source§fn default() -> ArgsPlaceholder
fn default() -> ArgsPlaceholder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ArgsPlaceholder
impl RefUnwindSafe for ArgsPlaceholder
impl Send for ArgsPlaceholder
impl Sync for ArgsPlaceholder
impl Unpin for ArgsPlaceholder
impl UnsafeUnpin for ArgsPlaceholder
impl UnwindSafe for ArgsPlaceholder
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