[][src]Struct gary_plugin_docker::ContainerdRuntimePlugin

pub struct ContainerdRuntimePlugin { /* fields omitted */ }

Methods

impl ContainerdRuntimePlugin[src]

pub fn new() -> Self[src]

Trait Implementations

impl Debug for ContainerdRuntimePlugin[src]

impl RuntimePlugin for ContainerdRuntimePlugin[src]

fn name(&self) -> String[src]

The name of the plugin used to identify it.

fn on_plugin_load(&self)[src]

A callback fired immediately after the plugin is loaded. Usually used for initialization.

fn on_plugin_unload(&self)[src]

A callback fired immediately before the plugin is unloaded. Use this if you need to do any cleanup.

Auto Trait Implementations

Blanket Implementations

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

impl<T, U> Into<U> for T where
    U: From<T>, 
[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.

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

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

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

impl<T> Erased for T