Struct modeling::parse_option::ParseOption [−][src]
pub struct ParseOption {
pub merge: bool,
}Fields
merge: boolTrait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ParseOptionimpl Send for ParseOptionimpl Sync for ParseOptionimpl Unpin for ParseOptionimpl UnwindSafe for ParseOptionBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V