pub struct SecuritiesInfoWrapper {
pub items: Vec<SecurityInfo>,
}Expand description
Wrapper for securities info section
Fields§
§items: Vec<SecurityInfo>List of securities
Trait Implementations§
Source§impl Clone for SecuritiesInfoWrapper
impl Clone for SecuritiesInfoWrapper
Source§fn clone(&self) -> SecuritiesInfoWrapper
fn clone(&self) -> SecuritiesInfoWrapper
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 SecuritiesInfoWrapper
impl Debug for SecuritiesInfoWrapper
Source§impl Default for SecuritiesInfoWrapper
impl Default for SecuritiesInfoWrapper
Source§fn default() -> SecuritiesInfoWrapper
fn default() -> SecuritiesInfoWrapper
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SecuritiesInfoWrapper
impl<'de> Deserialize<'de> for SecuritiesInfoWrapper
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 SecuritiesInfoWrapper
impl PartialEq for SecuritiesInfoWrapper
Source§impl Serialize for SecuritiesInfoWrapper
impl Serialize for SecuritiesInfoWrapper
impl StructuralPartialEq for SecuritiesInfoWrapper
Auto Trait Implementations§
impl Freeze for SecuritiesInfoWrapper
impl RefUnwindSafe for SecuritiesInfoWrapper
impl Send for SecuritiesInfoWrapper
impl Sync for SecuritiesInfoWrapper
impl Unpin for SecuritiesInfoWrapper
impl UnwindSafe for SecuritiesInfoWrapper
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