pub struct ProjectIssueSecurityLevels {
pub levels: Vec<SecurityLevel>,
}
Expand description
ProjectIssueSecurityLevels : List of issue level security items in a project.
Fields§
§levels: Vec<SecurityLevel>
Issue level security items list.
Implementations§
Source§impl ProjectIssueSecurityLevels
impl ProjectIssueSecurityLevels
Sourcepub fn new(levels: Vec<SecurityLevel>) -> ProjectIssueSecurityLevels
pub fn new(levels: Vec<SecurityLevel>) -> ProjectIssueSecurityLevels
List of issue level security items in a project.
Trait Implementations§
Source§impl Clone for ProjectIssueSecurityLevels
impl Clone for ProjectIssueSecurityLevels
Source§fn clone(&self) -> ProjectIssueSecurityLevels
fn clone(&self) -> ProjectIssueSecurityLevels
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 ProjectIssueSecurityLevels
impl Debug for ProjectIssueSecurityLevels
Source§impl Default for ProjectIssueSecurityLevels
impl Default for ProjectIssueSecurityLevels
Source§fn default() -> ProjectIssueSecurityLevels
fn default() -> ProjectIssueSecurityLevels
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProjectIssueSecurityLevels
impl<'de> Deserialize<'de> for ProjectIssueSecurityLevels
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
impl StructuralPartialEq for ProjectIssueSecurityLevels
Auto Trait Implementations§
impl Freeze for ProjectIssueSecurityLevels
impl RefUnwindSafe for ProjectIssueSecurityLevels
impl Send for ProjectIssueSecurityLevels
impl Sync for ProjectIssueSecurityLevels
impl Unpin for ProjectIssueSecurityLevels
impl UnwindSafe for ProjectIssueSecurityLevels
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