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