pub struct SystemInfoDefaultAddressPoolsInlineItem {
pub base: Option<String>,
pub size: Option<isize>,
}
Fields§
§base: Option<String>
The network address in CIDR format
size: Option<isize>
The network pool size
Trait Implementations§
Source§impl Clone for SystemInfoDefaultAddressPoolsInlineItem
impl Clone for SystemInfoDefaultAddressPoolsInlineItem
Source§fn clone(&self) -> SystemInfoDefaultAddressPoolsInlineItem
fn clone(&self) -> SystemInfoDefaultAddressPoolsInlineItem
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<'de> Deserialize<'de> for SystemInfoDefaultAddressPoolsInlineItem
impl<'de> Deserialize<'de> for SystemInfoDefaultAddressPoolsInlineItem
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 SystemInfoDefaultAddressPoolsInlineItem
impl PartialEq for SystemInfoDefaultAddressPoolsInlineItem
Source§fn eq(&self, other: &SystemInfoDefaultAddressPoolsInlineItem) -> bool
fn eq(&self, other: &SystemInfoDefaultAddressPoolsInlineItem) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for SystemInfoDefaultAddressPoolsInlineItem
Auto Trait Implementations§
impl Freeze for SystemInfoDefaultAddressPoolsInlineItem
impl RefUnwindSafe for SystemInfoDefaultAddressPoolsInlineItem
impl Send for SystemInfoDefaultAddressPoolsInlineItem
impl Sync for SystemInfoDefaultAddressPoolsInlineItem
impl Unpin for SystemInfoDefaultAddressPoolsInlineItem
impl UnwindSafe for SystemInfoDefaultAddressPoolsInlineItem
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