pub struct InfoObject {
pub title: String,
}Expand description
https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.4.md#info-object
Fields§
§title: StringREQUIRED. The title of the API.
Implementations§
Source§impl InfoObject
impl InfoObject
pub fn from_yaml_map(map: YamlMap) -> Output<InfoObject>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InfoObject
impl RefUnwindSafe for InfoObject
impl Send for InfoObject
impl Sync for InfoObject
impl Unpin for InfoObject
impl UnwindSafe for InfoObject
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