pub struct GetApisApiIdTasksTaskIdResponseMeta {
pub action: Option<Action>,
pub model: Option<Model>,
pub url: Option<String>,
}
Fields§
§action: Option<Action>
The task’s action.
model: Option<Model>
The model for which the task is performing the operation.
url: Option<String>
The endpoint URL that created the task.
Trait Implementations§
Source§impl Clone for GetApisApiIdTasksTaskIdResponseMeta
impl Clone for GetApisApiIdTasksTaskIdResponseMeta
Source§fn clone(&self) -> GetApisApiIdTasksTaskIdResponseMeta
fn clone(&self) -> GetApisApiIdTasksTaskIdResponseMeta
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 moreSource§impl<'de> Deserialize<'de> for GetApisApiIdTasksTaskIdResponseMeta
impl<'de> Deserialize<'de> for GetApisApiIdTasksTaskIdResponseMeta
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 GetApisApiIdTasksTaskIdResponseMeta
impl PartialEq for GetApisApiIdTasksTaskIdResponseMeta
Source§fn eq(&self, other: &GetApisApiIdTasksTaskIdResponseMeta) -> bool
fn eq(&self, other: &GetApisApiIdTasksTaskIdResponseMeta) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetApisApiIdTasksTaskIdResponseMeta
Auto Trait Implementations§
impl Freeze for GetApisApiIdTasksTaskIdResponseMeta
impl RefUnwindSafe for GetApisApiIdTasksTaskIdResponseMeta
impl Send for GetApisApiIdTasksTaskIdResponseMeta
impl Sync for GetApisApiIdTasksTaskIdResponseMeta
impl Unpin for GetApisApiIdTasksTaskIdResponseMeta
impl UnwindSafe for GetApisApiIdTasksTaskIdResponseMeta
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