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