pub struct SLBOpenContractsWrapper {
pub items: Vec<SLBOpenContract>,
}Expand description
Wrapper for the SLB open contracts section
Fields§
§items: Vec<SLBOpenContract>List of open stock-loan/borrow contracts
Trait Implementations§
Source§impl Clone for SLBOpenContractsWrapper
impl Clone for SLBOpenContractsWrapper
Source§fn clone(&self) -> SLBOpenContractsWrapper
fn clone(&self) -> SLBOpenContractsWrapper
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 SLBOpenContractsWrapper
impl Debug for SLBOpenContractsWrapper
Source§impl Default for SLBOpenContractsWrapper
impl Default for SLBOpenContractsWrapper
Source§fn default() -> SLBOpenContractsWrapper
fn default() -> SLBOpenContractsWrapper
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SLBOpenContractsWrapper
impl<'de> Deserialize<'de> for SLBOpenContractsWrapper
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 SLBOpenContractsWrapper
impl PartialEq for SLBOpenContractsWrapper
Source§fn eq(&self, other: &SLBOpenContractsWrapper) -> bool
fn eq(&self, other: &SLBOpenContractsWrapper) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SLBOpenContractsWrapper
impl Serialize for SLBOpenContractsWrapper
impl StructuralPartialEq for SLBOpenContractsWrapper
Auto Trait Implementations§
impl Freeze for SLBOpenContractsWrapper
impl RefUnwindSafe for SLBOpenContractsWrapper
impl Send for SLBOpenContractsWrapper
impl Sync for SLBOpenContractsWrapper
impl Unpin for SLBOpenContractsWrapper
impl UnsafeUnpin for SLBOpenContractsWrapper
impl UnwindSafe for SLBOpenContractsWrapper
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