pub struct ExportMyAccountParams {
pub format: Option<ExportMyAccountFormat>,
}Expand description
Query and header parameters for exportMyAccount.
Fields§
§format: Option<ExportMyAccountFormat>Trait Implementations§
Source§impl Clone for ExportMyAccountParams
impl Clone for ExportMyAccountParams
Source§fn clone(&self) -> ExportMyAccountParams
fn clone(&self) -> ExportMyAccountParams
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 Debug for ExportMyAccountParams
impl Debug for ExportMyAccountParams
Source§impl Default for ExportMyAccountParams
impl Default for ExportMyAccountParams
Source§fn default() -> ExportMyAccountParams
fn default() -> ExportMyAccountParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExportMyAccountParams
impl<'de> Deserialize<'de> for ExportMyAccountParams
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 ExportMyAccountParams
impl PartialEq for ExportMyAccountParams
Source§impl Serialize for ExportMyAccountParams
impl Serialize for ExportMyAccountParams
impl StructuralPartialEq for ExportMyAccountParams
Auto Trait Implementations§
impl Freeze for ExportMyAccountParams
impl RefUnwindSafe for ExportMyAccountParams
impl Send for ExportMyAccountParams
impl Sync for ExportMyAccountParams
impl Unpin for ExportMyAccountParams
impl UnsafeUnpin for ExportMyAccountParams
impl UnwindSafe for ExportMyAccountParams
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