pub struct External {Show 25 fields
pub anonymous_users: bool,
pub apple: bool,
pub azure: bool,
pub bitbucket: bool,
pub discord: bool,
pub facebook: bool,
pub figma: bool,
pub fly: bool,
pub github: bool,
pub gitlab: bool,
pub google: bool,
pub keycloak: bool,
pub kakao: bool,
pub linkedin: bool,
pub linkedin_oidc: bool,
pub notion: bool,
pub spotify: bool,
pub slack: bool,
pub slack_oidc: bool,
pub workos: bool,
pub twitch: bool,
pub twitter: bool,
pub email: bool,
pub phone: bool,
pub zoom: bool,
}
Fields§
§anonymous_users: bool
§apple: bool
§azure: bool
§bitbucket: bool
§discord: bool
§facebook: bool
§figma: bool
§fly: bool
§github: bool
§gitlab: bool
§google: bool
§keycloak: bool
§kakao: bool
§linkedin: bool
§linkedin_oidc: bool
§notion: bool
§spotify: bool
§slack: bool
§slack_oidc: bool
§workos: bool
§twitch: bool
§twitter: bool
§email: bool
§phone: bool
§zoom: bool
Trait Implementations§
Source§impl<'de> Deserialize<'de> for External
impl<'de> Deserialize<'de> for External
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
impl StructuralPartialEq for External
Auto Trait Implementations§
impl Freeze for External
impl RefUnwindSafe for External
impl Send for External
impl Sync for External
impl Unpin for External
impl UnwindSafe for External
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