pub struct Config {
pub subs: BTreeMap<String, WordKind>,
pub extended: bool,
/* private fields */
}Fields§
§subs: BTreeMap<String, WordKind>§extended: boolImplementations§
source§impl Config
impl Config
pub fn from_path(path: &Path, extended: bool) -> Result<Config>
pub fn from_str(s: &str, extended: bool) -> Result<Config>
pub fn dump(&self) -> Result<String>
pub fn list(&self, sub: &String) -> Result<Vec<String>>
sourcepub fn codename_series(&self, n: usize) -> String
pub fn codename_series(&self, n: usize) -> String
Generate a “code name series”
TAKENSTAR PRINTEDBOARD
TAKENSTAR GONEWAGON
TAKENSTAR PROUDCOOK
TAKENSTAR YOURLEAVE
TAKENSTAR DONEPARTY
TAKENSTAR USUALENTER
TAKENSTAR FOURBOAT
TAKENSTAR NICEABOVE
TAKENSTAR FRENCHPASS
TAKENSTAR FINEWAVE
sourcepub fn haiku(&self, variant: HaikuVariant) -> String
pub fn haiku(&self, variant: HaikuVariant) -> String
Generate a haiku
Trait Implementations§
source§impl<'de> Deserialize<'de> for Config
impl<'de> Deserialize<'de> for Config
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)