Struct envmnt::types::ListOptions [−][src]
Expand description
Get/Set list options
Fields
separator: Option<String>The separator used to merge/split the values
ignore_empty: boolif 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 ListOptionsimpl Send for ListOptionsimpl Sync for ListOptionsimpl Unpin for ListOptionsimpl UnwindSafe for ListOptionsBlanket Implementations
Mutably borrows from an owned value. Read more