pub struct UpdateAccountEntropyRequestContent {
pub auto_postpone_period_in_days: Option<i32>,
}Expand description
UpdateAccountEntropyRequestContent. 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 UpdateAccountEntropyRequestContent
impl Clone for UpdateAccountEntropyRequestContent
Source§fn clone(&self) -> UpdateAccountEntropyRequestContent
fn clone(&self) -> UpdateAccountEntropyRequestContent
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 UpdateAccountEntropyRequestContent
impl Default for UpdateAccountEntropyRequestContent
Source§fn default() -> UpdateAccountEntropyRequestContent
fn default() -> UpdateAccountEntropyRequestContent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateAccountEntropyRequestContent
impl<'de> Deserialize<'de> for UpdateAccountEntropyRequestContent
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 UpdateAccountEntropyRequestContent
Auto Trait Implementations§
impl Freeze for UpdateAccountEntropyRequestContent
impl RefUnwindSafe for UpdateAccountEntropyRequestContent
impl Send for UpdateAccountEntropyRequestContent
impl Sync for UpdateAccountEntropyRequestContent
impl Unpin for UpdateAccountEntropyRequestContent
impl UnsafeUnpin for UpdateAccountEntropyRequestContent
impl UnwindSafe for UpdateAccountEntropyRequestContent
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