Struct bybit::model::BorrowHistoryEntry
source · pub struct BorrowHistoryEntry {
pub borrow_amount: String,
pub cost_exemption: String,
pub free_borrowed_amount: String,
pub created_time: u64,
pub interest_bearing_borrow_size: String,
pub currency: String,
pub unrealised_loss: String,
pub hourly_borrow_rate: String,
pub borrow_cost: String,
}Fields§
§borrow_amount: String§cost_exemption: String§free_borrowed_amount: String§created_time: u64§interest_bearing_borrow_size: String§currency: String§unrealised_loss: String§hourly_borrow_rate: String§borrow_cost: StringTrait Implementations§
source§impl Clone for BorrowHistoryEntry
impl Clone for BorrowHistoryEntry
source§fn clone(&self) -> BorrowHistoryEntry
fn clone(&self) -> BorrowHistoryEntry
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 BorrowHistoryEntry
impl Debug for BorrowHistoryEntry
source§impl<'de> Deserialize<'de> for BorrowHistoryEntry
impl<'de> Deserialize<'de> for BorrowHistoryEntry
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
Auto Trait Implementations§
impl RefUnwindSafe for BorrowHistoryEntry
impl Send for BorrowHistoryEntry
impl Sync for BorrowHistoryEntry
impl Unpin for BorrowHistoryEntry
impl UnwindSafe for BorrowHistoryEntry
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