Enum gitlab::api::projects::ContainerExpirationOlderThan [−][src]
pub enum ContainerExpirationOlderThan {
OneWeek,
TwoWeeks,
OneMonth,
ThreeMonths,
}Expand description
How old containers need to be before they are candidates for expiration.
Note that GitLab only supports a few discrete values for this setting.
Variants
One week old.
Two weeks old.
One month old.
Three months old.
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl Send for ContainerExpirationOlderThanimpl Sync for ContainerExpirationOlderThanimpl Unpin for ContainerExpirationOlderThanimpl UnwindSafe for ContainerExpirationOlderThanBlanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more