pub struct Conf(_);
Implementations
sourceimpl Conf
impl Conf
sourcepub fn new(method: ConfMethod) -> Result<Conf, ErrorStack>
pub fn new(method: ConfMethod) -> Result<Conf, ErrorStack>
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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