Struct qbit_api_rs::types::LogMainResponseItem
source · pub struct LogMainResponseItem {
pub id: u64,
pub message: String,
pub timestamp: u64,
pub type: LogMainType,
}
Expand description
Fields§
§id: u64
§message: String
§timestamp: u64
§type: LogMainType
Trait Implementations§
source§impl Debug for LogMainResponseItem
impl Debug for LogMainResponseItem
source§impl<'de> Deserialize<'de> for LogMainResponseItem
impl<'de> Deserialize<'de> for LogMainResponseItem
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
Auto Trait Implementations§
impl RefUnwindSafe for LogMainResponseItem
impl Send for LogMainResponseItem
impl Sync for LogMainResponseItem
impl Unpin for LogMainResponseItem
impl UnwindSafe for LogMainResponseItem
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