#[repr(C)]pub struct DataPlaneExtension {
pub data_plane_type: DataPlaneType,
}
Fields§
§data_plane_type: DataPlaneType
Trait Implementations§
source§impl Clone for DataPlaneExtension
impl Clone for DataPlaneExtension
source§fn clone(&self) -> DataPlaneExtension
fn clone(&self) -> DataPlaneExtension
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DataPlaneExtension
impl Debug for DataPlaneExtension
source§impl PartialEq<DataPlaneExtension> for DataPlaneExtension
impl PartialEq<DataPlaneExtension> for DataPlaneExtension
source§fn eq(&self, other: &DataPlaneExtension) -> bool
fn eq(&self, other: &DataPlaneExtension) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.