Enum azure_devops_rust_api::work::models::plan::UserPermissions    
source · pub enum UserPermissions {
    None,
    View,
    Edit,
    Delete,
    Manage,
    AllPermissions,
}Expand description
Bit flag indicating set of permissions a user has to the plan.
Variants§
Trait Implementations§
source§impl Clone for UserPermissions
 
impl Clone for UserPermissions
source§fn clone(&self) -> UserPermissions
 
fn clone(&self) -> UserPermissions
Returns a copy 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 UserPermissions
 
impl Debug for UserPermissions
source§impl<'de> Deserialize<'de> for UserPermissions
 
impl<'de> Deserialize<'de> for UserPermissions
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
source§impl PartialEq for UserPermissions
 
impl PartialEq for UserPermissions
source§fn eq(&self, other: &UserPermissions) -> bool
 
fn eq(&self, other: &UserPermissions) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for UserPermissions
 
impl Serialize for UserPermissions
impl StructuralPartialEq for UserPermissions
Auto Trait Implementations§
impl RefUnwindSafe for UserPermissions
impl Send for UserPermissions
impl Sync for UserPermissions
impl Unpin for UserPermissions
impl UnwindSafe for UserPermissions
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