pub struct DataPlaneState {
pub address_registries: BTreeMap<IsdAsn, AddressManager>,
}Expand description
The SNAP data plane state.
Fields§
§address_registries: BTreeMap<IsdAsn, AddressManager>The address registries (per ISD AS).
Trait Implementations§
Source§impl Clone for DataPlaneState
impl Clone for DataPlaneState
Source§fn clone(&self) -> DataPlaneState
fn clone(&self) -> DataPlaneState
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 Debug for DataPlaneState
impl Debug for DataPlaneState
Source§impl Default for DataPlaneState
impl Default for DataPlaneState
Source§fn default() -> DataPlaneState
fn default() -> DataPlaneState
Returns the “default value” for a type. 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 PartialEq for DataPlaneState
impl PartialEq for DataPlaneState
Source§impl TryFrom<DataPlaneStateDto> for DataPlaneState
impl TryFrom<DataPlaneStateDto> for DataPlaneState
impl StructuralPartialEq for DataPlaneState
Auto Trait Implementations§
impl Freeze for DataPlaneState
impl RefUnwindSafe for DataPlaneState
impl Send for DataPlaneState
impl Sync for DataPlaneState
impl Unpin for DataPlaneState
impl UnwindSafe for DataPlaneState
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