Struct k8s_openapi_ext::corev1::DaemonEndpoint
source · [−]pub struct DaemonEndpoint {
pub port: i32,
}
Expand description
DaemonEndpoint contains information about a single Daemon endpoint.
Fields
port: i32
Port number of the given endpoint.
Trait Implementations
sourceimpl Clone for DaemonEndpoint
impl Clone for DaemonEndpoint
sourcefn clone(&self) -> DaemonEndpoint
fn clone(&self) -> DaemonEndpoint
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 DaemonEndpoint
impl Debug for DaemonEndpoint
sourceimpl DeepMerge for DaemonEndpoint
impl DeepMerge for DaemonEndpoint
sourcefn merge_from(&mut self, other: DaemonEndpoint)
fn merge_from(&mut self, other: DaemonEndpoint)
Merge
other
into self
.sourceimpl Default for DaemonEndpoint
impl Default for DaemonEndpoint
sourcefn default() -> DaemonEndpoint
fn default() -> DaemonEndpoint
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for DaemonEndpoint
impl<'de> Deserialize<'de> for DaemonEndpoint
sourcefn deserialize<D>(
deserializer: D
) -> Result<DaemonEndpoint, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D
) -> Result<DaemonEndpoint, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<DaemonEndpoint> for DaemonEndpoint
impl PartialEq<DaemonEndpoint> for DaemonEndpoint
sourcefn eq(&self, other: &DaemonEndpoint) -> bool
fn eq(&self, other: &DaemonEndpoint) -> bool
sourceimpl Serialize for DaemonEndpoint
impl Serialize for DaemonEndpoint
sourcefn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for DaemonEndpoint
Auto Trait Implementations
impl RefUnwindSafe for DaemonEndpoint
impl Send for DaemonEndpoint
impl Sync for DaemonEndpoint
impl Unpin for DaemonEndpoint
impl UnwindSafe for DaemonEndpoint
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