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