pub struct DeleteCustomFieldFolderParams {
pub location_id: String,
}Available on crate feature
custom-fields only.Expand description
Query parameters for CustomFieldsService::delete_custom_field_folder.
Fields§
§location_id: StringLocation Id Required by the API.
Implementations§
Trait Implementations§
Source§impl Clone for DeleteCustomFieldFolderParams
impl Clone for DeleteCustomFieldFolderParams
Source§fn clone(&self) -> DeleteCustomFieldFolderParams
fn clone(&self) -> DeleteCustomFieldFolderParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeleteCustomFieldFolderParams
impl Default for DeleteCustomFieldFolderParams
Source§fn default() -> DeleteCustomFieldFolderParams
fn default() -> DeleteCustomFieldFolderParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeleteCustomFieldFolderParams
impl RefUnwindSafe for DeleteCustomFieldFolderParams
impl Send for DeleteCustomFieldFolderParams
impl Sync for DeleteCustomFieldFolderParams
impl Unpin for DeleteCustomFieldFolderParams
impl UnsafeUnpin for DeleteCustomFieldFolderParams
impl UnwindSafe for DeleteCustomFieldFolderParams
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