pub enum StartOAuthProvider {
Github,
Stripe,
Notion,
Slack,
XTwitter,
Linkedin,
Youtube,
Instagram,
Other(String),
}Expand description
StartOAuthProvider enumeration.
Variants§
Github
Stripe
Notion
Slack
XTwitter
Youtube
Other(String)
A value the API introduced after this SDK was generated.
Implementations§
Trait Implementations§
Source§impl Clone for StartOAuthProvider
impl Clone for StartOAuthProvider
Source§fn clone(&self) -> StartOAuthProvider
fn clone(&self) -> StartOAuthProvider
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StartOAuthProvider
impl Debug for StartOAuthProvider
Source§impl Default for StartOAuthProvider
impl Default for StartOAuthProvider
Source§fn default() -> StartOAuthProvider
fn default() -> StartOAuthProvider
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StartOAuthProvider
impl<'de> Deserialize<'de> for StartOAuthProvider
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 Display for StartOAuthProvider
impl Display for StartOAuthProvider
impl Eq for StartOAuthProvider
Source§impl From<&str> for StartOAuthProvider
impl From<&str> for StartOAuthProvider
Source§impl Hash for StartOAuthProvider
impl Hash for StartOAuthProvider
Source§impl PartialEq for StartOAuthProvider
impl PartialEq for StartOAuthProvider
Source§impl Serialize for StartOAuthProvider
impl Serialize for StartOAuthProvider
impl StructuralPartialEq for StartOAuthProvider
Auto Trait Implementations§
impl Freeze for StartOAuthProvider
impl RefUnwindSafe for StartOAuthProvider
impl Send for StartOAuthProvider
impl Sync for StartOAuthProvider
impl Unpin for StartOAuthProvider
impl UnsafeUnpin for StartOAuthProvider
impl UnwindSafe for StartOAuthProvider
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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.