pub enum OpenApiPlane {
Runtime,
Server,
Control,
}Expand description
Public HTTP plane whose OpenAPI document should be exported.
Variants§
Runtime
Project Auth Runtime API.
Server
Project-scoped customer backend Server API.
Control
Deployment Control API.
Trait Implementations§
Source§impl Clone for OpenApiPlane
impl Clone for OpenApiPlane
Source§fn clone(&self) -> OpenApiPlane
fn clone(&self) -> OpenApiPlane
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OpenApiPlane
Source§impl Debug for OpenApiPlane
impl Debug for OpenApiPlane
Source§impl Display for OpenApiPlane
impl Display for OpenApiPlane
impl Eq for OpenApiPlane
Source§impl FromStr for OpenApiPlane
impl FromStr for OpenApiPlane
Source§impl PartialEq for OpenApiPlane
impl PartialEq for OpenApiPlane
impl StructuralPartialEq for OpenApiPlane
Auto Trait Implementations§
impl Freeze for OpenApiPlane
impl RefUnwindSafe for OpenApiPlane
impl Send for OpenApiPlane
impl Sync for OpenApiPlane
impl Unpin for OpenApiPlane
impl UnsafeUnpin for OpenApiPlane
impl UnwindSafe for OpenApiPlane
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.