pub struct StateCodeDistrict { /* private fields */ }Expand description
Represents the /member/:stateCode/:district endpoint.
Implementations§
Source§impl StateCodeDistrict
impl StateCodeDistrict
pub fn builder() -> StateCodeDistrictBuilder
Trait Implementations§
Source§impl Clone for StateCodeDistrict
impl Clone for StateCodeDistrict
Source§fn clone(&self) -> StateCodeDistrict
fn clone(&self) -> StateCodeDistrict
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 StateCodeDistrict
impl Debug for StateCodeDistrict
Source§impl Endpoint for StateCodeDistrict
impl Endpoint for StateCodeDistrict
Source§fn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
impl Copy for StateCodeDistrict
Auto Trait Implementations§
impl Freeze for StateCodeDistrict
impl RefUnwindSafe for StateCodeDistrict
impl Send for StateCodeDistrict
impl Sync for StateCodeDistrict
impl Unpin for StateCodeDistrict
impl UnwindSafe for StateCodeDistrict
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