pub struct Endpoint {
pub operation: Operation,
pub components: Components,
}Expand description
Represents an endpoint.
View module level documentation for more details.
Fields§
§operation: OperationThe operation information of the endpoint.
components: ComponentsThe OpenApi components section of the endpoint.
Implementations§
Auto Trait Implementations§
impl Freeze for Endpoint
impl RefUnwindSafe for Endpoint
impl Send for Endpoint
impl Sync for Endpoint
impl Unpin for Endpoint
impl UnwindSafe for Endpoint
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