pub struct GetTaskLogResponseInnerLog {
pub log: String,
pub timestamp: u64,
pub log_type: LogType,
}
Fields§
§log: String
§timestamp: u64
§log_type: LogType
Implementations§
Trait Implementations§
Source§impl Clone for GetTaskLogResponseInnerLog
impl Clone for GetTaskLogResponseInnerLog
Source§fn clone(&self) -> GetTaskLogResponseInnerLog
fn clone(&self) -> GetTaskLogResponseInnerLog
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetTaskLogResponseInnerLog
impl Debug for GetTaskLogResponseInnerLog
Source§impl<'de> Deserialize<'de> for GetTaskLogResponseInnerLog
impl<'de> Deserialize<'de> for GetTaskLogResponseInnerLog
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 FromStr for GetTaskLogResponseInnerLog
Converts Query Parameters representation (style=form, explode=false) to a GetTaskLogResponseInnerLog value
as specified in https://swagger.io/docs/specification/serialization/
Should be implemented in a serde deserializer
impl FromStr for GetTaskLogResponseInnerLog
Converts Query Parameters representation (style=form, explode=false) to a GetTaskLogResponseInnerLog value as specified in https://swagger.io/docs/specification/serialization/ Should be implemented in a serde deserializer
Source§impl PartialEq for GetTaskLogResponseInnerLog
impl PartialEq for GetTaskLogResponseInnerLog
Source§fn eq(&self, other: &GetTaskLogResponseInnerLog) -> bool
fn eq(&self, other: &GetTaskLogResponseInnerLog) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl ToString for GetTaskLogResponseInnerLog
Converts the GetTaskLogResponseInnerLog value to the Query Parameters representation (style=form, explode=false)
specified in https://swagger.io/docs/specification/serialization/
Should be implemented in a serde serializer
impl ToString for GetTaskLogResponseInnerLog
Converts the GetTaskLogResponseInnerLog value to the Query Parameters representation (style=form, explode=false) specified in https://swagger.io/docs/specification/serialization/ Should be implemented in a serde serializer
impl StructuralPartialEq for GetTaskLogResponseInnerLog
Auto Trait Implementations§
impl Freeze for GetTaskLogResponseInnerLog
impl RefUnwindSafe for GetTaskLogResponseInnerLog
impl Send for GetTaskLogResponseInnerLog
impl Sync for GetTaskLogResponseInnerLog
impl Unpin for GetTaskLogResponseInnerLog
impl UnwindSafe for GetTaskLogResponseInnerLog
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