pub struct DumpConfigOps<'a> {
pub config_path: Option<&'a str>,
pub format: ConfigFormat,
}Fields§
§config_path: Option<&'a str>§format: ConfigFormatTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DumpConfigOps<'a>
impl<'a> RefUnwindSafe for DumpConfigOps<'a>
impl<'a> Send for DumpConfigOps<'a>
impl<'a> Sync for DumpConfigOps<'a>
impl<'a> Unpin for DumpConfigOps<'a>
impl<'a> UnwindSafe for DumpConfigOps<'a>
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