Struct scaleway_rs::ScalewayPrivateNic
source · 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: StringTrait 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 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