[][src]Struct krill::commons::api::PublisherList

pub struct PublisherList { /* fields omitted */ }

This type represents a list of (all) current publishers to show in the API

Implementations

impl PublisherList[src]

pub fn build(publishers: &[Handle], path_publishers: &str) -> PublisherList[src]

pub fn publishers(&self) -> &Vec<PublisherSummary>[src]

Trait Implementations

impl Clone for PublisherList[src]

impl Debug for PublisherList[src]

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

impl Eq for PublisherList[src]

impl PartialEq<PublisherList> for PublisherList[src]

impl Serialize for PublisherList[src]

impl StructuralEq for PublisherList[src]

impl StructuralPartialEq for PublisherList[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<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[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.