pub struct GetArchiveRuleResponse {
pub archive_rule: ArchiveRuleSummary,
}
Expand description
The response to the request.
Fields§
§archive_rule: ArchiveRuleSummary
Trait Implementations§
Source§impl Clone for GetArchiveRuleResponse
impl Clone for GetArchiveRuleResponse
Source§fn clone(&self) -> GetArchiveRuleResponse
fn clone(&self) -> GetArchiveRuleResponse
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 GetArchiveRuleResponse
impl Debug for GetArchiveRuleResponse
Source§impl Default for GetArchiveRuleResponse
impl Default for GetArchiveRuleResponse
Source§fn default() -> GetArchiveRuleResponse
fn default() -> GetArchiveRuleResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetArchiveRuleResponse
impl<'de> Deserialize<'de> for GetArchiveRuleResponse
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 GetArchiveRuleResponse
impl PartialEq for GetArchiveRuleResponse
impl StructuralPartialEq for GetArchiveRuleResponse
Auto Trait Implementations§
impl Freeze for GetArchiveRuleResponse
impl RefUnwindSafe for GetArchiveRuleResponse
impl Send for GetArchiveRuleResponse
impl Sync for GetArchiveRuleResponse
impl Unpin for GetArchiveRuleResponse
impl UnwindSafe for GetArchiveRuleResponse
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