pub struct IpamScope {
pub id: String,
pub ipam_id: String,
pub scope_type: String,
pub description: String,
}Expand description
An IPAM scope.
Fields§
§id: String§ipam_id: String§scope_type: String“public” or “private”.
description: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for IpamScope
impl<'de> Deserialize<'de> for IpamScope
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
Auto Trait Implementations§
impl Freeze for IpamScope
impl RefUnwindSafe for IpamScope
impl Send for IpamScope
impl Sync for IpamScope
impl Unpin for IpamScope
impl UnsafeUnpin for IpamScope
impl UnwindSafe for IpamScope
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