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