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