Struct gitlab::types::GroupId [−][src]
pub struct GroupId(_);
Type-safe group ID.
Methods
impl GroupId[src]
impl GroupIdpub fn new(id: u64) -> Self[src]
pub fn new(id: u64) -> SelfCreate a new id.
pub fn value(&self) -> u64[src]
pub fn value(&self) -> u64The value of the id.
Trait Implementations
impl Debug for GroupId[src]
impl Debug for GroupIdfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for GroupId[src]
impl Clone for GroupIdfn clone(&self) -> GroupId[src]
fn clone(&self) -> GroupIdReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for GroupId[src]
impl Copy for GroupIdimpl PartialEq for GroupId[src]
impl PartialEq for GroupIdfn eq(&self, other: &GroupId) -> bool[src]
fn eq(&self, other: &GroupId) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &GroupId) -> bool[src]
fn ne(&self, other: &GroupId) -> boolThis method tests for !=.
impl Eq for GroupId[src]
impl Eq for GroupIdimpl Display for GroupId[src]
impl Display for GroupId