Struct forgejo_api::structs::IssueConfigValidation
source · pub struct IssueConfigValidation {
pub message: Option<String>,
pub valid: Option<bool>,
}Fields§
§message: Option<String>§valid: Option<bool>Trait Implementations§
source§impl Clone for IssueConfigValidation
impl Clone for IssueConfigValidation
source§fn clone(&self) -> IssueConfigValidation
fn clone(&self) -> IssueConfigValidation
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 IssueConfigValidation
impl Debug for IssueConfigValidation
source§impl<'de> Deserialize<'de> for IssueConfigValidation
impl<'de> Deserialize<'de> for IssueConfigValidation
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 IssueConfigValidation
impl PartialEq for IssueConfigValidation
source§fn eq(&self, other: &IssueConfigValidation) -> bool
fn eq(&self, other: &IssueConfigValidation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for IssueConfigValidation
impl Serialize for IssueConfigValidation
impl StructuralPartialEq for IssueConfigValidation
Auto Trait Implementations§
impl Freeze for IssueConfigValidation
impl RefUnwindSafe for IssueConfigValidation
impl Send for IssueConfigValidation
impl Sync for IssueConfigValidation
impl Unpin for IssueConfigValidation
impl UnwindSafe for IssueConfigValidation
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