pub struct GitLabUser {
pub id: u64,
pub username: String,
pub name: String,
pub email: String,
pub avatar_url: Option<String>,
pub state: String,
}Fields§
§id: u64§username: String§name: String§email: String§avatar_url: Option<String>§state: StringTrait Implementations§
Source§impl Clone for GitLabUser
impl Clone for GitLabUser
Source§fn clone(&self) -> GitLabUser
fn clone(&self) -> GitLabUser
Returns a duplicate 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 GitLabUser
impl Debug for GitLabUser
Source§impl<'de> Deserialize<'de> for GitLabUser
impl<'de> Deserialize<'de> for GitLabUser
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 GitLabUser
impl RefUnwindSafe for GitLabUser
impl Send for GitLabUser
impl Sync for GitLabUser
impl Unpin for GitLabUser
impl UnwindSafe for GitLabUser
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,
Source§impl<T> Injectable for T
impl<T> Injectable for T
Source§fn type_id_of() -> TypeIdwhere
Self: Sized,
fn type_id_of() -> TypeIdwhere
Self: Sized,
Returns the TypeId of this type (for internal use)
Source§fn type_name_of() -> &'static strwhere
Self: Sized,
fn type_name_of() -> &'static strwhere
Self: Sized,
Returns the type name for debugging