pub struct UpdateBoardEntropyRequestContent {
pub auto_postpone_period_in_days: Option<i32>,
}Expand description
UpdateBoardEntropyRequestContent. Built by hand, so it derives Default and takes ..Default::default().
Fields§
§auto_postpone_period_in_days: Option<i32>auto_postpone_period_in_days.
Trait Implementations§
Source§impl Clone for UpdateBoardEntropyRequestContent
impl Clone for UpdateBoardEntropyRequestContent
Source§fn clone(&self) -> UpdateBoardEntropyRequestContent
fn clone(&self) -> UpdateBoardEntropyRequestContent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for UpdateBoardEntropyRequestContent
impl Default for UpdateBoardEntropyRequestContent
Source§fn default() -> UpdateBoardEntropyRequestContent
fn default() -> UpdateBoardEntropyRequestContent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateBoardEntropyRequestContent
impl<'de> Deserialize<'de> for UpdateBoardEntropyRequestContent
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
impl StructuralPartialEq for UpdateBoardEntropyRequestContent
Auto Trait Implementations§
impl Freeze for UpdateBoardEntropyRequestContent
impl RefUnwindSafe for UpdateBoardEntropyRequestContent
impl Send for UpdateBoardEntropyRequestContent
impl Sync for UpdateBoardEntropyRequestContent
impl Unpin for UpdateBoardEntropyRequestContent
impl UnsafeUnpin for UpdateBoardEntropyRequestContent
impl UnwindSafe for UpdateBoardEntropyRequestContent
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