pub struct RulesCheckQuery {
pub workspace: Option<String>,
pub profile: Option<String>,
pub rules: Option<String>,
pub file: Vec<String>,
pub report: bool,
}Fields§
§workspace: Option<String>§profile: Option<String>§rules: Option<String>§file: Vec<String>§report: boolTrait Implementations§
Source§impl Clone for RulesCheckQuery
impl Clone for RulesCheckQuery
Source§fn clone(&self) -> RulesCheckQuery
fn clone(&self) -> RulesCheckQuery
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 RulesCheckQuery
impl Debug for RulesCheckQuery
Source§impl Default for RulesCheckQuery
impl Default for RulesCheckQuery
Source§fn default() -> RulesCheckQuery
fn default() -> RulesCheckQuery
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RulesCheckQuery
impl<'de> Deserialize<'de> for RulesCheckQuery
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 Eq for RulesCheckQuery
Source§impl PartialEq for RulesCheckQuery
impl PartialEq for RulesCheckQuery
Source§impl Serialize for RulesCheckQuery
impl Serialize for RulesCheckQuery
impl StructuralPartialEq for RulesCheckQuery
Auto Trait Implementations§
impl Freeze for RulesCheckQuery
impl RefUnwindSafe for RulesCheckQuery
impl Send for RulesCheckQuery
impl Sync for RulesCheckQuery
impl Unpin for RulesCheckQuery
impl UnsafeUnpin for RulesCheckQuery
impl UnwindSafe for RulesCheckQuery
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