pub struct Config {
pub profile: Option<String>,
pub scheme: Option<String>,
pub encoding: Option<String>,
}Fields§
§profile: Option<String>Active profile name (used by both ob and obc).
scheme: Option<String>Default scheme (used by both).
encoding: Option<String>Default encoding (oboron-only; obcrypt has no encoding layer).
Trait Implementations§
impl Eq for Config
impl StructuralPartialEq for Config
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnsafeUnpin for Config
impl UnwindSafe for Config
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