pub struct GetArchiveRuleRequest {
pub analyzer_name: String,
pub rule_name: String,
}
Expand description
Retrieves an archive rule.
Fields§
§analyzer_name: String
The name of the analyzer to retrieve rules from.
rule_name: String
The name of the rule to retrieve.
Trait Implementations§
Source§impl Clone for GetArchiveRuleRequest
impl Clone for GetArchiveRuleRequest
Source§fn clone(&self) -> GetArchiveRuleRequest
fn clone(&self) -> GetArchiveRuleRequest
Returns a duplicate 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 GetArchiveRuleRequest
impl Debug for GetArchiveRuleRequest
Source§impl Default for GetArchiveRuleRequest
impl Default for GetArchiveRuleRequest
Source§fn default() -> GetArchiveRuleRequest
fn default() -> GetArchiveRuleRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetArchiveRuleRequest
impl PartialEq for GetArchiveRuleRequest
Source§impl Serialize for GetArchiveRuleRequest
impl Serialize for GetArchiveRuleRequest
impl StructuralPartialEq for GetArchiveRuleRequest
Auto Trait Implementations§
impl Freeze for GetArchiveRuleRequest
impl RefUnwindSafe for GetArchiveRuleRequest
impl Send for GetArchiveRuleRequest
impl Sync for GetArchiveRuleRequest
impl Unpin for GetArchiveRuleRequest
impl UnwindSafe for GetArchiveRuleRequest
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