pub struct InstanceAction {
pub action_type: InstanceActionType,
}Expand description
PUT /actions
Fields§
§action_type: InstanceActionTypeTrait Implementations§
Source§impl Debug for InstanceAction
impl Debug for InstanceAction
Auto Trait Implementations§
impl Freeze for InstanceAction
impl RefUnwindSafe for InstanceAction
impl Send for InstanceAction
impl Sync for InstanceAction
impl Unpin for InstanceAction
impl UnsafeUnpin for InstanceAction
impl UnwindSafe for InstanceAction
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