pub struct DataPlaneStateDto {
pub address_registries: Vec<AddressManagerDto>,
}Expand description
The SNAP data plane state.
Fields§
§address_registries: Vec<AddressManagerDto>The address registries (per ISD AS) of the data plane.
Trait Implementations§
Source§impl Clone for DataPlaneStateDto
impl Clone for DataPlaneStateDto
Source§fn clone(&self) -> DataPlaneStateDto
fn clone(&self) -> DataPlaneStateDto
Returns a duplicate 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 ComposeSchema for DataPlaneStateDto
impl ComposeSchema for DataPlaneStateDto
Source§impl Debug for DataPlaneStateDto
impl Debug for DataPlaneStateDto
Source§impl<'de> Deserialize<'de> for DataPlaneStateDto
impl<'de> Deserialize<'de> for DataPlaneStateDto
Source§fn 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
Source§impl From<&DataPlaneState> for DataPlaneStateDto
impl From<&DataPlaneState> for DataPlaneStateDto
Source§fn from(value: &DataPlaneState) -> Self
fn from(value: &DataPlaneState) -> Self
Converts to this type from the input type.
Source§impl Serialize for DataPlaneStateDto
impl Serialize for DataPlaneStateDto
Source§impl ToSchema for DataPlaneStateDto
impl ToSchema for DataPlaneStateDto
Source§impl TryFrom<DataPlaneStateDto> for DataPlaneState
impl TryFrom<DataPlaneStateDto> for DataPlaneState
Auto Trait Implementations§
impl Freeze for DataPlaneStateDto
impl RefUnwindSafe for DataPlaneStateDto
impl Send for DataPlaneStateDto
impl Sync for DataPlaneStateDto
impl Unpin for DataPlaneStateDto
impl UnwindSafe for DataPlaneStateDto
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request