pub struct LoaderConf {
pub default: Option<Box<str>>,
pub timeout: Option<u32>,
}
Fields§
§default: Option<Box<str>>
§timeout: Option<u32>
Implementations§
Source§impl LoaderConf
impl LoaderConf
Trait Implementations§
Source§impl Clone for LoaderConf
impl Clone for LoaderConf
Source§fn clone(&self) -> LoaderConf
fn clone(&self) -> LoaderConf
Returns a duplicate of the value. Read more
1.0.0 · 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 LoaderConf
impl Debug for LoaderConf
Source§impl Default for LoaderConf
impl Default for LoaderConf
Source§fn default() -> LoaderConf
fn default() -> LoaderConf
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LoaderConf
impl RefUnwindSafe for LoaderConf
impl Send for LoaderConf
impl Sync for LoaderConf
impl Unpin for LoaderConf
impl UnwindSafe for LoaderConf
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