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