pub struct HandlerDocumentation {
pub function_name: &'static str,
pub summary: &'static str,
pub description: &'static str,
pub parameters: &'static str,
pub responses: &'static str,
pub request_body: &'static str,
pub tags: &'static str,
}Fields§
§function_name: &'static str§summary: &'static str§description: &'static str§parameters: &'static str§responses: &'static str§request_body: &'static strTrait Implementations§
Source§impl Clone for HandlerDocumentation
impl Clone for HandlerDocumentation
Source§fn clone(&self) -> HandlerDocumentation
fn clone(&self) -> HandlerDocumentation
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 HandlerDocumentation
impl Debug for HandlerDocumentation
impl Collect for HandlerDocumentation
Auto Trait Implementations§
impl Freeze for HandlerDocumentation
impl RefUnwindSafe for HandlerDocumentation
impl Send for HandlerDocumentation
impl Sync for HandlerDocumentation
impl Unpin for HandlerDocumentation
impl UnwindSafe for HandlerDocumentation
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