Struct poem_openapi::ServerObject
source · [−]pub struct ServerObject { /* private fields */ }
Expand description
An object representing a Server.
Implementations
Create a server object by url.
Sets an string describing the host designated by the URL.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ServerObject
impl Send for ServerObject
impl Sync for ServerObject
impl Unpin for ServerObject
impl UnwindSafe for ServerObject
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