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