Struct gitlab::types::UserId
[−]
[src]
pub struct UserId(_);
Type-safe user ID.
Methods
impl UserId[src]
Trait Implementations
impl Debug for UserId[src]
impl Clone for UserId[src]
fn clone(&self) -> UserId[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for UserId[src]
impl PartialEq for UserId[src]
fn eq(&self, __arg_0: &UserId) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &UserId) -> bool[src]
This method tests for !=.