Struct sevenz_rust::SevenZMethodConfiguration
source · pub struct SevenZMethodConfiguration {
pub method: SevenZMethod,
pub options: Option<MethodOptions>,
}
Fields§
§method: SevenZMethod
§options: Option<MethodOptions>
Implementations§
source§impl SevenZMethodConfiguration
impl SevenZMethodConfiguration
pub fn new(method: SevenZMethod) -> Self
Trait Implementations§
source§impl Clone for SevenZMethodConfiguration
impl Clone for SevenZMethodConfiguration
source§impl Debug for SevenZMethodConfiguration
impl Debug for SevenZMethodConfiguration
source§impl Default for SevenZMethodConfiguration
impl Default for SevenZMethodConfiguration
source§fn default() -> SevenZMethodConfiguration
fn default() -> SevenZMethodConfiguration
Returns the “default value” for a type. Read more