pub struct CreateMarginApiKeyV1Resp {
pub api_key: Option<String>,
pub secret_key: Option<String>,
pub type: Option<String>,
}Fields§
§api_key: Option<String>§secret_key: Option<String>§type: Option<String>Implementations§
Source§impl CreateMarginApiKeyV1Resp
impl CreateMarginApiKeyV1Resp
pub fn new() -> CreateMarginApiKeyV1Resp
Trait Implementations§
Source§impl Clone for CreateMarginApiKeyV1Resp
impl Clone for CreateMarginApiKeyV1Resp
Source§fn clone(&self) -> CreateMarginApiKeyV1Resp
fn clone(&self) -> CreateMarginApiKeyV1Resp
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 CreateMarginApiKeyV1Resp
impl Debug for CreateMarginApiKeyV1Resp
Source§impl Default for CreateMarginApiKeyV1Resp
impl Default for CreateMarginApiKeyV1Resp
Source§fn default() -> CreateMarginApiKeyV1Resp
fn default() -> CreateMarginApiKeyV1Resp
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateMarginApiKeyV1Resp
impl<'de> Deserialize<'de> for CreateMarginApiKeyV1Resp
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 CreateMarginApiKeyV1Resp
impl PartialEq for CreateMarginApiKeyV1Resp
Source§impl Serialize for CreateMarginApiKeyV1Resp
impl Serialize for CreateMarginApiKeyV1Resp
impl StructuralPartialEq for CreateMarginApiKeyV1Resp
Auto Trait Implementations§
impl Freeze for CreateMarginApiKeyV1Resp
impl RefUnwindSafe for CreateMarginApiKeyV1Resp
impl Send for CreateMarginApiKeyV1Resp
impl Sync for CreateMarginApiKeyV1Resp
impl Unpin for CreateMarginApiKeyV1Resp
impl UnwindSafe for CreateMarginApiKeyV1Resp
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