pub struct GetActionForPrimaryIpParams {
pub id: i64,
pub action_id: i64,
}Expand description
struct for passing parameters to the method get_action_for_primary_ip
Fields§
§id: i64ID of the Primary IP.
action_id: i64ID of the Action.
Trait Implementations§
Source§impl Clone for GetActionForPrimaryIpParams
impl Clone for GetActionForPrimaryIpParams
Source§fn clone(&self) -> GetActionForPrimaryIpParams
fn clone(&self) -> GetActionForPrimaryIpParams
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 Debug for GetActionForPrimaryIpParams
impl Debug for GetActionForPrimaryIpParams
Source§impl Default for GetActionForPrimaryIpParams
impl Default for GetActionForPrimaryIpParams
Source§fn default() -> GetActionForPrimaryIpParams
fn default() -> GetActionForPrimaryIpParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetActionForPrimaryIpParams
impl RefUnwindSafe for GetActionForPrimaryIpParams
impl Send for GetActionForPrimaryIpParams
impl Sync for GetActionForPrimaryIpParams
impl Unpin for GetActionForPrimaryIpParams
impl UnsafeUnpin for GetActionForPrimaryIpParams
impl UnwindSafe for GetActionForPrimaryIpParams
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