Struct MapConfig
Source pub struct MapConfig<S> { }
Expand description
Create a new map configuration. Will panic if the data is invalid.
If you want a fallible version, use Self::try_new.
Create a new map configuration. Will return None if the data is invalid
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.