pub struct TagMeta {
pub name: &'static str,
pub description: Option<&'static str>,
}Available on crate feature
server only.Expand description
Tag metadata for the top-level OpenAPI tags array (sidebar descriptions).
Fields§
§name: &'static str§description: Option<&'static str>Trait Implementations§
Auto Trait Implementations§
impl Freeze for TagMeta
impl RefUnwindSafe for TagMeta
impl Send for TagMeta
impl Sync for TagMeta
impl Unpin for TagMeta
impl UnsafeUnpin for TagMeta
impl UnwindSafe for TagMeta
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