Struct cu29_log::CuLogEntry
source · pub struct CuLogEntry {
pub time: CuTime,
pub msg_index: u32,
pub paramname_indexes: Vec<u32>,
pub params: Vec<Value>,
}Expand description
This is the basic structure for a log entry in Copper.
Fields§
§time: CuTime§msg_index: u32§paramname_indexes: Vec<u32>§params: Vec<Value>Implementations§
Trait Implementations§
source§impl<'__de> BorrowDecode<'__de> for CuLogEntry
impl<'__de> BorrowDecode<'__de> for CuLogEntry
source§fn borrow_decode<__D: BorrowDecoder<'__de>>(
decoder: &mut __D,
) -> Result<Self, DecodeError>
fn borrow_decode<__D: BorrowDecoder<'__de>>( decoder: &mut __D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
source§impl Debug for CuLogEntry
impl Debug for CuLogEntry
source§impl Decode for CuLogEntry
impl Decode for CuLogEntry
source§impl<'de> Deserialize<'de> for CuLogEntry
impl<'de> Deserialize<'de> for CuLogEntry
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 Display for CuLogEntry
impl Display for CuLogEntry
source§impl Encode for CuLogEntry
impl Encode for CuLogEntry
source§impl PartialEq for CuLogEntry
impl PartialEq for CuLogEntry
source§impl Serialize for CuLogEntry
impl Serialize for CuLogEntry
impl StructuralPartialEq for CuLogEntry
Auto Trait Implementations§
impl Freeze for CuLogEntry
impl RefUnwindSafe for CuLogEntry
impl Send for CuLogEntry
impl Sync for CuLogEntry
impl Unpin for CuLogEntry
impl UnwindSafe for CuLogEntry
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