Struct docker_api_stubs::models::NodeDescription
source · [−]pub struct NodeDescription {
pub engine: Option<EngineDescription>,
pub hostname: Option<String>,
pub platform: Option<Platform>,
pub resources: Option<ResourceObject>,
pub tls_info: Option<TlsInfo>,
}
Expand description
NodeDescription encapsulates the properties of the Node as reported by the agent.
Fields
engine: Option<EngineDescription>
hostname: Option<String>
platform: Option<Platform>
resources: Option<ResourceObject>
tls_info: Option<TlsInfo>
Trait Implementations
sourceimpl Clone for NodeDescription
impl Clone for NodeDescription
sourcefn clone(&self) -> NodeDescription
fn clone(&self) -> NodeDescription
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for NodeDescription
impl Debug for NodeDescription
sourceimpl<'de> Deserialize<'de> for NodeDescription
impl<'de> Deserialize<'de> for NodeDescription
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<NodeDescription> for NodeDescription
impl PartialEq<NodeDescription> for NodeDescription
sourcefn eq(&self, other: &NodeDescription) -> bool
fn eq(&self, other: &NodeDescription) -> bool
sourceimpl Serialize for NodeDescription
impl Serialize for NodeDescription
impl StructuralPartialEq for NodeDescription
Auto Trait Implementations
impl RefUnwindSafe for NodeDescription
impl Send for NodeDescription
impl Sync for NodeDescription
impl Unpin for NodeDescription
impl UnwindSafe for NodeDescription
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more