Struct poem_openapi::LicenseObject
source · [−]pub struct LicenseObject { /* private fields */ }
Expand description
A license information for the exposed API.
Implementations
Create a license object by name.
Sets an SPDX
license expression for the API.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LicenseObject
impl Send for LicenseObject
impl Sync for LicenseObject
impl Unpin for LicenseObject
impl UnwindSafe for LicenseObject
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more