pub struct GetTaskLogResponseInner {
pub cursor: u64,
pub log: GetTaskLogResponseInnerLog,
}
Fields§
§cursor: u64
§log: GetTaskLogResponseInnerLog
Implementations§
Source§impl GetTaskLogResponseInner
impl GetTaskLogResponseInner
pub fn new( cursor: u64, log: GetTaskLogResponseInnerLog, ) -> GetTaskLogResponseInner
Trait Implementations§
Source§impl Clone for GetTaskLogResponseInner
impl Clone for GetTaskLogResponseInner
Source§fn clone(&self) -> GetTaskLogResponseInner
fn clone(&self) -> GetTaskLogResponseInner
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 GetTaskLogResponseInner
impl Debug for GetTaskLogResponseInner
Source§impl<'de> Deserialize<'de> for GetTaskLogResponseInner
impl<'de> Deserialize<'de> for GetTaskLogResponseInner
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 GetTaskLogResponseInner
Converts Query Parameters representation (style=form, explode=false) to a GetTaskLogResponseInner value
as specified in https://swagger.io/docs/specification/serialization/
Should be implemented in a serde deserializer
impl FromStr for GetTaskLogResponseInner
Converts Query Parameters representation (style=form, explode=false) to a GetTaskLogResponseInner value as specified in https://swagger.io/docs/specification/serialization/ Should be implemented in a serde deserializer
Source§impl PartialEq for GetTaskLogResponseInner
impl PartialEq for GetTaskLogResponseInner
Source§fn eq(&self, other: &GetTaskLogResponseInner) -> bool
fn eq(&self, other: &GetTaskLogResponseInner) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl Serialize for GetTaskLogResponseInner
impl Serialize for GetTaskLogResponseInner
Source§impl ToString for GetTaskLogResponseInner
Converts the GetTaskLogResponseInner 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 GetTaskLogResponseInner
Converts the GetTaskLogResponseInner 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 GetTaskLogResponseInner
Auto Trait Implementations§
impl Freeze for GetTaskLogResponseInner
impl RefUnwindSafe for GetTaskLogResponseInner
impl Send for GetTaskLogResponseInner
impl Sync for GetTaskLogResponseInner
impl Unpin for GetTaskLogResponseInner
impl UnwindSafe for GetTaskLogResponseInner
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