pub struct DeploymentListParams {
pub prefix: Option<String>,
pub namespace: Option<String>,
pub next_token: Option<String>,
pub per_page: Option<i32>,
pub filter: Option<String>,
pub reverse: Option<bool>,
}
Fields§
§prefix: Option<String>
§namespace: Option<String>
§next_token: Option<String>
§per_page: Option<i32>
§filter: Option<String>
§reverse: Option<bool>
Trait Implementations§
Source§impl Debug for DeploymentListParams
impl Debug for DeploymentListParams
Source§impl Default for DeploymentListParams
impl Default for DeploymentListParams
Source§fn default() -> DeploymentListParams
fn default() -> DeploymentListParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeploymentListParams
impl RefUnwindSafe for DeploymentListParams
impl Send for DeploymentListParams
impl Sync for DeploymentListParams
impl Unpin for DeploymentListParams
impl UnwindSafe for DeploymentListParams
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