Struct envmnt::types::ListOptions
source ·
[−]Expand description
Get/Set list options
Fields
separator: Option<String>
The separator used to merge/split the values
ignore_empty: bool
if true, empty list will not be set and empty string will be considered as a list with a single empty value
Implementations
Creates and returns a new instance.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ListOptions
impl Send for ListOptions
impl Sync for ListOptions
impl Unpin for ListOptions
impl UnwindSafe for ListOptions
Blanket Implementations
Mutably borrows from an owned value. Read more