pub struct ScalewayPrivateNic {
pub id: String,
pub server_id: String,
pub private_network_id: String,
pub mac_address: String,
pub state: String,
pub tags: Vec<String>,
}
Fields§
§id: String
§server_id: String
§private_network_id: String
§mac_address: String
§state: String
Trait Implementations§
Source§impl Debug for ScalewayPrivateNic
impl Debug for ScalewayPrivateNic
Source§impl<'de> Deserialize<'de> for ScalewayPrivateNic
impl<'de> Deserialize<'de> for ScalewayPrivateNic
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 ScalewayPrivateNic
impl RefUnwindSafe for ScalewayPrivateNic
impl Send for ScalewayPrivateNic
impl Sync for ScalewayPrivateNic
impl Unpin for ScalewayPrivateNic
impl UnwindSafe for ScalewayPrivateNic
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