pub struct EndpointOAuthTwitch {
pub client_id: Option<String>,
pub client_secret: Option<String>,
pub scopes: Vec<String>,
pub email_addresses: Vec<String>,
pub email_domains: Vec<String>,
}
Fields§
§client_id: Option<String>
§client_secret: Option<String>
§scopes: Vec<String>
§email_addresses: Vec<String>
§email_domains: Vec<String>
Trait Implementations§
Source§impl Clone for EndpointOAuthTwitch
impl Clone for EndpointOAuthTwitch
Source§fn clone(&self) -> EndpointOAuthTwitch
fn clone(&self) -> EndpointOAuthTwitch
Returns a copy 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 EndpointOAuthTwitch
impl Debug for EndpointOAuthTwitch
Source§impl Default for EndpointOAuthTwitch
impl Default for EndpointOAuthTwitch
Source§fn default() -> EndpointOAuthTwitch
fn default() -> EndpointOAuthTwitch
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EndpointOAuthTwitch
impl<'de> Deserialize<'de> for EndpointOAuthTwitch
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
Auto Trait Implementations§
impl Freeze for EndpointOAuthTwitch
impl RefUnwindSafe for EndpointOAuthTwitch
impl Send for EndpointOAuthTwitch
impl Sync for EndpointOAuthTwitch
impl Unpin for EndpointOAuthTwitch
impl UnwindSafe for EndpointOAuthTwitch
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