pub enum PresetBackend {
Http(HttpPreset),
Codex(CodexPreset),
}Expand description
Backend-specific fields that cannot be combined across execution paths.
Variants§
Http(HttpPreset)
Codex(CodexPreset)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PresetBackend
impl RefUnwindSafe for PresetBackend
impl Send for PresetBackend
impl Sync for PresetBackend
impl Unpin for PresetBackend
impl UnsafeUnpin for PresetBackend
impl UnwindSafe for PresetBackend
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