pub struct RollCallVote {
pub people_id: i64,
pub vote_id: i64,
pub vote_text: String,
}Fields§
§people_id: i64§vote_id: i64§vote_text: StringTrait Implementations§
Source§impl Clone for RollCallVote
impl Clone for RollCallVote
Source§fn clone(&self) -> RollCallVote
fn clone(&self) -> RollCallVote
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 RollCallVote
impl Debug for RollCallVote
Source§impl Default for RollCallVote
impl Default for RollCallVote
Source§fn default() -> RollCallVote
fn default() -> RollCallVote
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RollCallVote
impl<'de> Deserialize<'de> for RollCallVote
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 RollCallVote
impl PartialEq for RollCallVote
Source§impl Serialize for RollCallVote
impl Serialize for RollCallVote
impl Eq for RollCallVote
impl StructuralPartialEq for RollCallVote
Auto Trait Implementations§
impl Freeze for RollCallVote
impl RefUnwindSafe for RollCallVote
impl Send for RollCallVote
impl Sync for RollCallVote
impl Unpin for RollCallVote
impl UnwindSafe for RollCallVote
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.