[−][src]Enum gitlab::api::common::AccessLevel
Access levels for groups and projects.
Variants
Anonymous access.
Guest access (can see the project).
Reporter access (can open issues).
Developer access (can push branches, handle issues and merge requests).
Maintainer access (can push to protected branches).
Owner access (full rights).
Admin access (full rights).
Implementations
impl AccessLevel[src]
pub fn as_str(self) -> &'static str[src]
The string representation of the access level.
pub fn as_u64(self) -> u64[src]
The integer representation of the access level.
Trait Implementations
impl Clone for AccessLevel[src]
fn clone(&self) -> AccessLevel[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for AccessLevel[src]
impl Debug for AccessLevel[src]
impl Eq for AccessLevel[src]
impl Ord for AccessLevel[src]
fn cmp(&self, other: &AccessLevel) -> Ordering[src]
#[must_use]pub fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self1.50.0[src]
impl PartialEq<AccessLevel> for AccessLevel[src]
fn eq(&self, other: &AccessLevel) -> bool[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl PartialOrd<AccessLevel> for AccessLevel[src]
fn partial_cmp(&self, other: &AccessLevel) -> Option<Ordering>[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
impl StructuralEq for AccessLevel[src]
impl StructuralPartialEq for AccessLevel[src]
Auto Trait Implementations
impl RefUnwindSafe for AccessLevel[src]
impl Send for AccessLevel[src]
impl Sync for AccessLevel[src]
impl Unpin for AccessLevel[src]
impl UnwindSafe for AccessLevel[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized, [src]
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
pub fn equivalent(&self, key: &K) -> bool[src]
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,