pub struct PortfolioRepayFuturesSwitchResponse {
pub msg: String,
}
Expand description
PortfolioRepayFuturesSwitchResponse
JSON schema
{
"type": "object",
"required": [
"msg"
],
"properties": {
"msg": {
"examples": [
"success"
],
"type": "string"
}
}
}
Fields§
§msg: String
Trait Implementations§
Source§impl Clone for PortfolioRepayFuturesSwitchResponse
impl Clone for PortfolioRepayFuturesSwitchResponse
Source§fn clone(&self) -> PortfolioRepayFuturesSwitchResponse
fn clone(&self) -> PortfolioRepayFuturesSwitchResponse
Returns a duplicate 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<'de> Deserialize<'de> for PortfolioRepayFuturesSwitchResponse
impl<'de> Deserialize<'de> for PortfolioRepayFuturesSwitchResponse
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 From<&PortfolioRepayFuturesSwitchResponse> for PortfolioRepayFuturesSwitchResponse
impl From<&PortfolioRepayFuturesSwitchResponse> for PortfolioRepayFuturesSwitchResponse
Source§fn from(value: &PortfolioRepayFuturesSwitchResponse) -> Self
fn from(value: &PortfolioRepayFuturesSwitchResponse) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PortfolioRepayFuturesSwitchResponse
impl RefUnwindSafe for PortfolioRepayFuturesSwitchResponse
impl Send for PortfolioRepayFuturesSwitchResponse
impl Sync for PortfolioRepayFuturesSwitchResponse
impl Unpin for PortfolioRepayFuturesSwitchResponse
impl UnwindSafe for PortfolioRepayFuturesSwitchResponse
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