Struct gitlab::api::users::ExternalProvider [−][src]
Expand description
Representation of a user provided by an external service.
Fields
uid: Cow<'a, str>The UID of the user on the service.
name: Cow<'a, str>The name of the service.
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'a> RefUnwindSafe for ExternalProvider<'a>
impl<'a> Send for ExternalProvider<'a>
impl<'a> Sync for ExternalProvider<'a>
impl<'a> Unpin for ExternalProvider<'a>
impl<'a> UnwindSafe for ExternalProvider<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more