pub struct ScalewayIpv6 {
pub address: String,
pub gateway: Option<String>,
pub netmask: String,
}
Fields§
§address: String
§gateway: Option<String>
§netmask: String
Trait Implementations§
Source§impl Debug for ScalewayIpv6
impl Debug for ScalewayIpv6
Source§impl<'de> Deserialize<'de> for ScalewayIpv6
impl<'de> Deserialize<'de> for ScalewayIpv6
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 ScalewayIpv6
impl RefUnwindSafe for ScalewayIpv6
impl Send for ScalewayIpv6
impl Sync for ScalewayIpv6
impl Unpin for ScalewayIpv6
impl UnwindSafe for ScalewayIpv6
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