pub struct Overrides {
pub port: Option<u16>,
pub suffix: Option<String>,
pub author: Option<String>,
pub aliases: Vec<Alias>,
}Expand description
What the command line said, all of it optional because anything it leaves out the file may supply and anything neither supplies has a default.
Fields§
§port: Option<u16>§suffix: Option<String>§aliases: Vec<Alias>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Overrides
impl RefUnwindSafe for Overrides
impl Send for Overrides
impl Sync for Overrides
impl Unpin for Overrides
impl UnsafeUnpin for Overrides
impl UnwindSafe for Overrides
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