pub struct LockIssueOption {
pub lock_reason: Option<String>,
}Expand description
LockIssueOption : LockIssueOption options to lock an issue
Fields§
§lock_reason: Option<String>Implementations§
Source§impl LockIssueOption
impl LockIssueOption
Sourcepub fn new() -> LockIssueOption
pub fn new() -> LockIssueOption
LockIssueOption options to lock an issue
Trait Implementations§
Source§impl Clone for LockIssueOption
impl Clone for LockIssueOption
Source§fn clone(&self) -> LockIssueOption
fn clone(&self) -> LockIssueOption
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LockIssueOption
impl Debug for LockIssueOption
Source§impl Default for LockIssueOption
impl Default for LockIssueOption
Source§fn default() -> LockIssueOption
fn default() -> LockIssueOption
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LockIssueOption
impl<'de> Deserialize<'de> for LockIssueOption
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 LockIssueOption
impl PartialEq for LockIssueOption
Source§fn eq(&self, other: &LockIssueOption) -> bool
fn eq(&self, other: &LockIssueOption) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LockIssueOption
impl Serialize for LockIssueOption
impl StructuralPartialEq for LockIssueOption
Auto Trait Implementations§
impl Freeze for LockIssueOption
impl RefUnwindSafe for LockIssueOption
impl Send for LockIssueOption
impl Sync for LockIssueOption
impl Unpin for LockIssueOption
impl UnsafeUnpin for LockIssueOption
impl UnwindSafe for LockIssueOption
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