pub struct Cover {
pub form_type: String,
pub filer_committee_id: String,
}
Expand description
The cover line in an FecFile.
See https://github.com/NickCrews/feco3/wiki for more info.
Fields§
§form_type: String
What form is this .fec file, eg “F3X”
filer_committee_id: String
Who filed this .fec file, eg “C00101766”
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cover
impl RefUnwindSafe for Cover
impl Send for Cover
impl Sync for Cover
impl Unpin for Cover
impl UnwindSafe for Cover
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