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
sourceimpl Clone for SystemInfoDefaultAddressPoolsInlineItem
impl Clone for SystemInfoDefaultAddressPoolsInlineItem
sourcefn clone(&self) -> SystemInfoDefaultAddressPoolsInlineItem
fn clone(&self) -> SystemInfoDefaultAddressPoolsInlineItem
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl<'de> Deserialize<'de> for SystemInfoDefaultAddressPoolsInlineItem
impl<'de> Deserialize<'de> for SystemInfoDefaultAddressPoolsInlineItem
sourcefn 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
sourceimpl PartialEq<SystemInfoDefaultAddressPoolsInlineItem> for SystemInfoDefaultAddressPoolsInlineItem
impl PartialEq<SystemInfoDefaultAddressPoolsInlineItem> for SystemInfoDefaultAddressPoolsInlineItem
sourcefn eq(&self, other: &SystemInfoDefaultAddressPoolsInlineItem) -> bool
fn eq(&self, other: &SystemInfoDefaultAddressPoolsInlineItem) -> bool
impl StructuralPartialEq for SystemInfoDefaultAddressPoolsInlineItem
Auto Trait Implementations
impl RefUnwindSafe for SystemInfoDefaultAddressPoolsInlineItem
impl Send for SystemInfoDefaultAddressPoolsInlineItem
impl Sync for SystemInfoDefaultAddressPoolsInlineItem
impl Unpin for SystemInfoDefaultAddressPoolsInlineItem
impl UnwindSafe for SystemInfoDefaultAddressPoolsInlineItem
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more