pub struct ResponseDoc {
pub description: String,
pub content_type: String,
pub example: Option<String>,
}
Fields§
§description: String
§content_type: String
§example: Option<String>
Trait Implementations§
Source§impl Clone for ResponseDoc
impl Clone for ResponseDoc
Source§fn clone(&self) -> ResponseDoc
fn clone(&self) -> ResponseDoc
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 moreAuto Trait Implementations§
impl Freeze for ResponseDoc
impl RefUnwindSafe for ResponseDoc
impl Send for ResponseDoc
impl Sync for ResponseDoc
impl Unpin for ResponseDoc
impl UnwindSafe for ResponseDoc
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