pub struct GetImagesParams {
pub id: Option<String>,
pub hsm_group: Option<String>,
pub settings_hsm_group_name: Option<String>,
pub limit: Option<u8>,
}Expand description
Typed parameters for fetching IMS images.
Fields§
§id: Option<String>§hsm_group: Option<String>§settings_hsm_group_name: Option<String>§limit: Option<u8>Auto Trait Implementations§
impl Freeze for GetImagesParams
impl RefUnwindSafe for GetImagesParams
impl Send for GetImagesParams
impl Sync for GetImagesParams
impl Unpin for GetImagesParams
impl UnsafeUnpin for GetImagesParams
impl UnwindSafe for GetImagesParams
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