pub struct VdsSoftware {
pub id: Option<f64>,
pub name: Option<String>,
}Expand description
VdsSoftware : ПО из маркетплейса.
Fields§
§id: Option<f64>ID ПО из маркетплейса.
name: Option<String>Название ПО из маркетплейса.
Implementations§
Source§impl VdsSoftware
impl VdsSoftware
Sourcepub fn new() -> VdsSoftware
pub fn new() -> VdsSoftware
ПО из маркетплейса.
Trait Implementations§
Source§impl Clone for VdsSoftware
impl Clone for VdsSoftware
Source§fn clone(&self) -> VdsSoftware
fn clone(&self) -> VdsSoftware
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VdsSoftware
impl Debug for VdsSoftware
Source§impl Default for VdsSoftware
impl Default for VdsSoftware
Source§fn default() -> VdsSoftware
fn default() -> VdsSoftware
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VdsSoftware
impl<'de> Deserialize<'de> for VdsSoftware
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
Source§impl PartialEq for VdsSoftware
impl PartialEq for VdsSoftware
Source§fn eq(&self, other: &VdsSoftware) -> bool
fn eq(&self, other: &VdsSoftware) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for VdsSoftware
impl Serialize for VdsSoftware
impl StructuralPartialEq for VdsSoftware
Auto Trait Implementations§
impl Freeze for VdsSoftware
impl RefUnwindSafe for VdsSoftware
impl Send for VdsSoftware
impl Sync for VdsSoftware
impl Unpin for VdsSoftware
impl UnsafeUnpin for VdsSoftware
impl UnwindSafe for VdsSoftware
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