pub struct WindowsUpdateCategory {
pub id: Option<String>,
pub name: Option<String>,
}Expand description
Categories specified by the Windows Update.
This type is not used in any activity, and only used as part of another schema.
Fields§
§id: Option<String>The identifier of the windows update category.
name: Option<String>The name of the windows update category.
Trait Implementations§
Source§impl Clone for WindowsUpdateCategory
impl Clone for WindowsUpdateCategory
Source§fn clone(&self) -> WindowsUpdateCategory
fn clone(&self) -> WindowsUpdateCategory
Returns a duplicate of the value. Read more
1.0.0 · 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 WindowsUpdateCategory
impl Debug for WindowsUpdateCategory
Source§impl Default for WindowsUpdateCategory
impl Default for WindowsUpdateCategory
Source§fn default() -> WindowsUpdateCategory
fn default() -> WindowsUpdateCategory
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WindowsUpdateCategory
impl<'de> Deserialize<'de> for WindowsUpdateCategory
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 Serialize for WindowsUpdateCategory
impl Serialize for WindowsUpdateCategory
impl Part for WindowsUpdateCategory
Auto Trait Implementations§
impl Freeze for WindowsUpdateCategory
impl RefUnwindSafe for WindowsUpdateCategory
impl Send for WindowsUpdateCategory
impl Sync for WindowsUpdateCategory
impl Unpin for WindowsUpdateCategory
impl UnwindSafe for WindowsUpdateCategory
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