pub struct GetDashboardItemPropertyKeysParams {
pub dashboard_id: String,
pub item_id: String,
}
Expand description
struct for passing parameters to the method get_dashboard_item_property_keys
Fields§
§dashboard_id: String
The ID of the dashboard.
item_id: String
The ID of the dashboard item.
Trait Implementations§
Source§impl Clone for GetDashboardItemPropertyKeysParams
impl Clone for GetDashboardItemPropertyKeysParams
Source§fn clone(&self) -> GetDashboardItemPropertyKeysParams
fn clone(&self) -> GetDashboardItemPropertyKeysParams
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 moreAuto Trait Implementations§
impl Freeze for GetDashboardItemPropertyKeysParams
impl RefUnwindSafe for GetDashboardItemPropertyKeysParams
impl Send for GetDashboardItemPropertyKeysParams
impl Sync for GetDashboardItemPropertyKeysParams
impl Unpin for GetDashboardItemPropertyKeysParams
impl UnwindSafe for GetDashboardItemPropertyKeysParams
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