pub struct FileNamingContext { /* private fields */ }Expand description
Context for file naming templates extracted from OpenAPI spec
This struct holds contextual information extracted from OpenAPI specifications that can be used to generate file names using template patterns.
Implementations§
Trait Implementations§
Source§impl Clone for FileNamingContext
impl Clone for FileNamingContext
Source§fn clone(&self) -> FileNamingContext
fn clone(&self) -> FileNamingContext
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 FileNamingContext
impl Debug for FileNamingContext
Auto Trait Implementations§
impl Freeze for FileNamingContext
impl RefUnwindSafe for FileNamingContext
impl Send for FileNamingContext
impl Sync for FileNamingContext
impl Unpin for FileNamingContext
impl UnwindSafe for FileNamingContext
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