pub struct LoadOpenApiOptions {
pub ignore_unhandled: bool,
pub emit_timings: bool,
}Fields§
§ignore_unhandled: bool§emit_timings: boolTrait Implementations§
Source§impl Clone for LoadOpenApiOptions
impl Clone for LoadOpenApiOptions
Source§fn clone(&self) -> LoadOpenApiOptions
fn clone(&self) -> LoadOpenApiOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LoadOpenApiOptions
impl Debug for LoadOpenApiOptions
Source§impl Default for LoadOpenApiOptions
impl Default for LoadOpenApiOptions
Source§fn default() -> LoadOpenApiOptions
fn default() -> LoadOpenApiOptions
Returns the “default value” for a type. Read more
impl Copy for LoadOpenApiOptions
Auto Trait Implementations§
impl Freeze for LoadOpenApiOptions
impl RefUnwindSafe for LoadOpenApiOptions
impl Send for LoadOpenApiOptions
impl Sync for LoadOpenApiOptions
impl Unpin for LoadOpenApiOptions
impl UnsafeUnpin for LoadOpenApiOptions
impl UnwindSafe for LoadOpenApiOptions
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