pub struct UpdateVpc {
pub name: Option<String>,
pub description: Option<String>,
}Fields§
§name: Option<String>Имя сети.
description: Option<String>Описание.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for UpdateVpc
impl<'de> Deserialize<'de> for UpdateVpc
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
impl StructuralPartialEq for UpdateVpc
Auto Trait Implementations§
impl Freeze for UpdateVpc
impl RefUnwindSafe for UpdateVpc
impl Send for UpdateVpc
impl Sync for UpdateVpc
impl Unpin for UpdateVpc
impl UnsafeUnpin for UpdateVpc
impl UnwindSafe for UpdateVpc
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