pub struct RetentionPreview {
pub task_candidates: Vec<String>,
pub workflow_candidates: Vec<String>,
pub retiring_tasks: Vec<String>,
pub retiring_workflows: Vec<String>,
pub expired_session_candidates: Vec<String>,
}Expand description
Bounded age candidates only; protective references can defer collection.
Fields§
§task_candidates: Vec<String>§workflow_candidates: Vec<String>§retiring_tasks: Vec<String>§retiring_workflows: Vec<String>§expired_session_candidates: Vec<String>Trait Implementations§
Source§impl Clone for RetentionPreview
impl Clone for RetentionPreview
Source§impl Debug for RetentionPreview
impl Debug for RetentionPreview
Source§impl Default for RetentionPreview
impl Default for RetentionPreview
Source§impl<'de> Deserialize<'de> for RetentionPreview
impl<'de> Deserialize<'de> for RetentionPreview
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 RetentionPreview
Source§impl PartialEq for RetentionPreview
impl PartialEq for RetentionPreview
Source§impl Serialize for RetentionPreview
impl Serialize for RetentionPreview
impl StructuralPartialEq for RetentionPreview
Auto Trait Implementations§
impl Freeze for RetentionPreview
impl RefUnwindSafe for RetentionPreview
impl Send for RetentionPreview
impl Sync for RetentionPreview
impl Unpin for RetentionPreview
impl UnsafeUnpin for RetentionPreview
impl UnwindSafe for RetentionPreview
Blanket Implementations§
impl<T> ArtifactLease for T
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