pub struct SerialEvent {
pub event_type: String,
pub location: String,
pub actor: String,
pub timestamp: String,
pub reference: Option<String>,
}Fields§
§event_type: String§location: String§actor: String§timestamp: String§reference: Option<String>Trait Implementations§
Source§impl Clone for SerialEvent
impl Clone for SerialEvent
Source§fn clone(&self) -> SerialEvent
fn clone(&self) -> SerialEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SerialEvent
impl Debug for SerialEvent
Source§impl<'de> Deserialize<'de> for SerialEvent
impl<'de> Deserialize<'de> for SerialEvent
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 Freeze for SerialEvent
impl RefUnwindSafe for SerialEvent
impl Send for SerialEvent
impl Sync for SerialEvent
impl Unpin for SerialEvent
impl UnsafeUnpin for SerialEvent
impl UnwindSafe for SerialEvent
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