Struct azure_devops_rust_api::dashboard::models::WidgetList
source · pub struct WidgetList {
pub count: Option<i32>,
pub value: Vec<Widget>,
}
Expand description
Fields§
§count: Option<i32>
§value: Vec<Widget>
Implementations§
source§impl WidgetList
impl WidgetList
Trait Implementations§
source§impl Clone for WidgetList
impl Clone for WidgetList
source§fn clone(&self) -> WidgetList
fn clone(&self) -> WidgetList
Returns a copy 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 WidgetList
impl Debug for WidgetList
source§impl Default for WidgetList
impl Default for WidgetList
source§fn default() -> WidgetList
fn default() -> WidgetList
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for WidgetList
impl<'de> Deserialize<'de> for WidgetList
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 WidgetList
impl PartialEq for WidgetList
source§fn eq(&self, other: &WidgetList) -> bool
fn eq(&self, other: &WidgetList) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for WidgetList
impl Serialize for WidgetList
impl StructuralPartialEq for WidgetList
Auto Trait Implementations§
impl RefUnwindSafe for WidgetList
impl Send for WidgetList
impl Sync for WidgetList
impl Unpin for WidgetList
impl UnwindSafe for WidgetList
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