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