pub struct InputOptions {
pub keydb_path: Option<String>,
pub title_index: Option<usize>,
pub raw: bool,
}Expand description
Options for opening an input stream.
Fields§
§keydb_path: Option<String>§title_index: Option<usize>§raw: boolSkip decryption — return raw encrypted bytes.
Trait Implementations§
Source§impl Default for InputOptions
impl Default for InputOptions
Source§fn default() -> InputOptions
fn default() -> InputOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InputOptions
impl RefUnwindSafe for InputOptions
impl Send for InputOptions
impl Sync for InputOptions
impl Unpin for InputOptions
impl UnsafeUnpin for InputOptions
impl UnwindSafe for InputOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more