pub struct DynamicModulesResourceRemoveModulesDeleteParams {
pub module_key: Option<Vec<String>>,
}Expand description
struct for passing parameters to the method dynamic_modules_resource_remove_modules_delete
Fields§
§module_key: Option<Vec<String>>The key of the module to remove. To include multiple module keys, provide multiple copies of this parameter. For example, moduleKey=dynamic-attachment-entity-property&moduleKey=dynamic-select-field. Nonexistent keys are ignored.
Trait Implementations§
Source§impl Clone for DynamicModulesResourceRemoveModulesDeleteParams
impl Clone for DynamicModulesResourceRemoveModulesDeleteParams
Source§fn clone(&self) -> DynamicModulesResourceRemoveModulesDeleteParams
fn clone(&self) -> DynamicModulesResourceRemoveModulesDeleteParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for DynamicModulesResourceRemoveModulesDeleteParams
impl Default for DynamicModulesResourceRemoveModulesDeleteParams
Source§fn default() -> DynamicModulesResourceRemoveModulesDeleteParams
fn default() -> DynamicModulesResourceRemoveModulesDeleteParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DynamicModulesResourceRemoveModulesDeleteParams
impl RefUnwindSafe for DynamicModulesResourceRemoveModulesDeleteParams
impl Send for DynamicModulesResourceRemoveModulesDeleteParams
impl Sync for DynamicModulesResourceRemoveModulesDeleteParams
impl Unpin for DynamicModulesResourceRemoveModulesDeleteParams
impl UnwindSafe for DynamicModulesResourceRemoveModulesDeleteParams
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