pub struct CaptainConfig { /* private fields */ }Expand description
Configuration read from .config/captain/config.styx
Trait Implementations§
Source§impl Debug for CaptainConfig
impl Debug for CaptainConfig
Source§impl Default for CaptainConfig
impl Default for CaptainConfig
Source§fn default() -> CaptainConfig
fn default() -> CaptainConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CaptainConfig
impl RefUnwindSafe for CaptainConfig
impl Send for CaptainConfig
impl Sync for CaptainConfig
impl Unpin for CaptainConfig
impl UnwindSafe for CaptainConfig
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