pub struct DeploymentFilters {
pub name: Option<String>,
pub kind_id: Option<String>,
pub cluster_id: Option<Uuid>,
pub enabled: Option<bool>,
pub env_id: Option<Uuid>,
}
Fields§
§name: Option<String>
§kind_id: Option<String>
§cluster_id: Option<Uuid>
§enabled: Option<bool>
§env_id: Option<Uuid>
Trait Implementations§
Source§impl Default for DeploymentFilters
impl Default for DeploymentFilters
Source§fn default() -> DeploymentFilters
fn default() -> DeploymentFilters
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeploymentFilters
impl RefUnwindSafe for DeploymentFilters
impl Send for DeploymentFilters
impl Sync for DeploymentFilters
impl Unpin for DeploymentFilters
impl UnwindSafe for DeploymentFilters
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