pub struct CikMapper {
pub cik: String,
pub name: String,
}Expand description
CIK mapping (CIK to company)
Fields§
§cik: String§name: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for CikMapper
impl<'de> Deserialize<'de> for CikMapper
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 CikMapper
Auto Trait Implementations§
impl Freeze for CikMapper
impl RefUnwindSafe for CikMapper
impl Send for CikMapper
impl Sync for CikMapper
impl Unpin for CikMapper
impl UnwindSafe for CikMapper
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