[−][src]Struct lead_oxide::types::CountriesBuilder
Implementations
impl CountriesBuilder[src]
#[must_use]pub fn country(self, country: Country) -> Self[src]
#[must_use]pub fn countries(self, countries: &[Country]) -> Self[src]
#[must_use]pub fn build(self) -> Countries[src]
Trait Implementations
impl Clone for CountriesBuilder[src]
pub fn clone(&self) -> CountriesBuilder[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for CountriesBuilder[src]
impl Default for CountriesBuilder[src]
pub fn default() -> CountriesBuilder[src]
impl From<CountriesBuilder> for Countries[src]
pub fn from(builder: CountriesBuilder) -> Self[src]
impl PartialEq<CountriesBuilder> for CountriesBuilder[src]
pub fn eq(&self, other: &CountriesBuilder) -> bool[src]
pub fn ne(&self, other: &CountriesBuilder) -> bool[src]
impl StructuralPartialEq for CountriesBuilder[src]
Auto Trait Implementations
impl RefUnwindSafe for CountriesBuilder[src]
impl Send for CountriesBuilder[src]
impl Sync for CountriesBuilder[src]
impl Unpin for CountriesBuilder[src]
impl UnwindSafe for CountriesBuilder[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,