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