Struct oapi::OApiServer[][src]

pub struct OApiServer { /* fields omitted */ }

Implementations

impl OApiServer[src]

pub fn url(&self) -> &String[src]

Url or portion of url of the server

pub fn description(&self) -> &Option<String>[src]

A description of the server

pub fn variables(&self) -> &HashMap<String, OApiServerVariable>[src]

A map to the server variables

Trait Implementations

impl Clone for OApiServer[src]

impl Debug for OApiServer[src]

impl<'de> Deserialize<'de> for OApiServer[src]

impl OApiCheckTrait for OApiServer[src]

impl OApiExtensionExtractor for OApiServer[src]

impl PartialEq<OApiServer> for OApiServer[src]

impl Serialize for OApiServer[src]

impl Sparsable for OApiServer[src]

impl StructuralPartialEq for OApiServer[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,