pub struct NetworkEntitlement {
pub inbound: InboundNetwork,
pub outbound: OutboundNetwork,
}Fields§
§inbound: InboundNetwork§outbound: OutboundNetworkTrait Implementations§
Source§impl Clone for NetworkEntitlement
impl Clone for NetworkEntitlement
Source§fn clone(&self) -> NetworkEntitlement
fn clone(&self) -> NetworkEntitlement
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NetworkEntitlement
impl Debug for NetworkEntitlement
Source§impl<'de> Deserialize<'de> for NetworkEntitlement
impl<'de> Deserialize<'de> for NetworkEntitlement
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 PartialEq for NetworkEntitlement
impl PartialEq for NetworkEntitlement
Source§fn eq(&self, other: &NetworkEntitlement) -> bool
fn eq(&self, other: &NetworkEntitlement) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for NetworkEntitlement
impl Serialize for NetworkEntitlement
impl StructuralPartialEq for NetworkEntitlement
Auto Trait Implementations§
impl Freeze for NetworkEntitlement
impl RefUnwindSafe for NetworkEntitlement
impl Send for NetworkEntitlement
impl Sync for NetworkEntitlement
impl Unpin for NetworkEntitlement
impl UnsafeUnpin for NetworkEntitlement
impl UnwindSafe for NetworkEntitlement
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