pub struct ListActionsResponse {
pub actions: Vec<Action>,
pub meta: Box<Meta>,
}Expand description
ListActionsResponse : Response to GET https://api.hetzner.cloud/v1/{resource}/actions/{id}
Fields§
§actions: Vec<Action>§meta: Box<Meta>Implementations§
Trait Implementations§
Source§impl Clone for ListActionsResponse
impl Clone for ListActionsResponse
Source§fn clone(&self) -> ListActionsResponse
fn clone(&self) -> ListActionsResponse
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 ListActionsResponse
impl Debug for ListActionsResponse
Source§impl Default for ListActionsResponse
impl Default for ListActionsResponse
Source§fn default() -> ListActionsResponse
fn default() -> ListActionsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListActionsResponse
impl<'de> Deserialize<'de> for ListActionsResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ListActionsResponse
impl PartialEq for ListActionsResponse
Source§fn eq(&self, other: &ListActionsResponse) -> bool
fn eq(&self, other: &ListActionsResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ListActionsResponse
impl Serialize for ListActionsResponse
impl StructuralPartialEq for ListActionsResponse
Auto Trait Implementations§
impl Freeze for ListActionsResponse
impl RefUnwindSafe for ListActionsResponse
impl Send for ListActionsResponse
impl Sync for ListActionsResponse
impl Unpin for ListActionsResponse
impl UnsafeUnpin for ListActionsResponse
impl UnwindSafe for ListActionsResponse
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