[][src]Struct krill::pubd::IniDet

pub struct IniDet { /* fields omitted */ }

Implementations

impl IniDet[src]

impl IniDet[src]

pub fn init<S: Signer>(
    handle: &Handle,
    rsync_jail: Rsync,
    rrdp_base_uri: Https,
    work_dir: &PathBuf,
    signer: &mut S
) -> KrillResult<Ini>
[src]

Trait Implementations

impl Clone for IniDet[src]

impl Debug for IniDet[src]

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

impl Display for IniDet[src]

impl Eq for IniDet[src]

impl PartialEq<IniDet> for IniDet[src]

impl Serialize for IniDet[src]

impl StructuralEq for IniDet[src]

impl StructuralPartialEq for IniDet[src]

Auto Trait Implementations

impl RefUnwindSafe for IniDet

impl Send for IniDet

impl Sync for IniDet

impl Unpin for IniDet

impl UnwindSafe for IniDet

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> ToString for T where
    T: Display + ?Sized
[src]

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.