pub struct Provider {Show 15 fields
pub id: String,
pub name: String,
pub website: String,
pub support_email: String,
pub google_plus_name: String,
pub twitter_name: String,
pub analytics_id: String,
pub short_description: String,
pub long_description: String,
pub logo_url: String,
pub status: String,
pub open_in_new_tab: bool,
pub can_upgrade: bool,
pub regions: Vec<String>,
pub plans: Vec<Plan>,
}Fields§
§id: String§name: String§website: String§support_email: String§google_plus_name: String§twitter_name: String§analytics_id: String§short_description: String§long_description: String§logo_url: String§status: String§open_in_new_tab: bool§can_upgrade: bool§regions: Vec<String>§plans: Vec<Plan>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Provider
impl<'de> Deserialize<'de> for Provider
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 PartialOrd for Provider
impl PartialOrd for Provider
impl StructuralPartialEq for Provider
Auto Trait Implementations§
impl Freeze for Provider
impl RefUnwindSafe for Provider
impl Send for Provider
impl Sync for Provider
impl Unpin for Provider
impl UnwindSafe for Provider
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