Struct shiplift::service::NetworkAttachmentConfig [−][src]
pub struct NetworkAttachmentConfig {
pub target: String,
pub aliases: Vec<String>,
pub driver_opts: Option<Value>,
}Fields
target: Stringaliases: Vec<String>driver_opts: Option<Value>Trait Implementations
impl Clone for NetworkAttachmentConfig[src]
impl Clone for NetworkAttachmentConfig[src]fn clone(&self) -> NetworkAttachmentConfig[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'de> Deserialize<'de> for NetworkAttachmentConfig[src]
impl<'de> Deserialize<'de> for NetworkAttachmentConfig[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for NetworkAttachmentConfig[src]
impl Serialize for NetworkAttachmentConfig[src]Auto Trait Implementations
impl RefUnwindSafe for NetworkAttachmentConfig
impl Send for NetworkAttachmentConfig
impl Sync for NetworkAttachmentConfig
impl Unpin for NetworkAttachmentConfig
impl UnwindSafe for NetworkAttachmentConfig
Blanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,