pub struct References {
pub bioguide_id: Option<String>,
pub thomas_id: Option<String>,
pub govtrack_id: Option<String>,
pub opensecrets_id: Option<String>,
pub votesmart_id: Option<String>,
pub lis_id: Option<String>,
pub cspan_id: Option<String>,
pub icpsr_id: Option<String>,
pub wikipedia_id: Option<String>,
pub washington_post_id: Option<String>,
}
Fields§
§bioguide_id: Option<String>
§thomas_id: Option<String>
§govtrack_id: Option<String>
§opensecrets_id: Option<String>
§votesmart_id: Option<String>
§lis_id: Option<String>
§cspan_id: Option<String>
§icpsr_id: Option<String>
§wikipedia_id: Option<String>
§washington_post_id: Option<String>
Trait Implementations§
Source§impl Clone for References
impl Clone for References
Source§fn clone(&self) -> References
fn clone(&self) -> References
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 References
impl Debug for References
Source§impl Default for References
impl Default for References
Source§fn default() -> References
fn default() -> References
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for References
impl<'de> Deserialize<'de> for References
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 References
impl PartialEq for References
Source§impl Serialize for References
impl Serialize for References
impl Eq for References
impl StructuralPartialEq for References
Auto Trait Implementations§
impl Freeze for References
impl RefUnwindSafe for References
impl Send for References
impl Sync for References
impl Unpin for References
impl UnwindSafe for References
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.