pub struct EndpointOAuthGitLab {
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 EndpointOAuthGitLab
impl Clone for EndpointOAuthGitLab
Source§fn clone(&self) -> EndpointOAuthGitLab
fn clone(&self) -> EndpointOAuthGitLab
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 EndpointOAuthGitLab
impl Debug for EndpointOAuthGitLab
Source§impl Default for EndpointOAuthGitLab
impl Default for EndpointOAuthGitLab
Source§fn default() -> EndpointOAuthGitLab
fn default() -> EndpointOAuthGitLab
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EndpointOAuthGitLab
impl<'de> Deserialize<'de> for EndpointOAuthGitLab
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 EndpointOAuthGitLab
impl RefUnwindSafe for EndpointOAuthGitLab
impl Send for EndpointOAuthGitLab
impl Sync for EndpointOAuthGitLab
impl Unpin for EndpointOAuthGitLab
impl UnwindSafe for EndpointOAuthGitLab
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