pub struct Conf(_);
Implementations
sourceimpl Conf
impl Conf
sourcepub fn new(method: ConfMethod) -> Result<Conf, ErrorStack>
pub fn new(method: ConfMethod) -> Result<Conf, ErrorStack>
Create a configuration parser.
Examples
use openssl::conf::{Conf, ConfMethod};
let conf = Conf::new(ConfMethod::default());
Trait Implementations
sourceimpl ForeignType for Conf
impl ForeignType for Conf
impl Send for Conf
impl Sync for Conf
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more