pub struct EntryAddedEventParams {
pub entry: LogEntry,
}Fields§
§entry: LogEntryTrait Implementations§
Source§impl Clone for EntryAddedEventParams
impl Clone for EntryAddedEventParams
Source§fn clone(&self) -> EntryAddedEventParams
fn clone(&self) -> EntryAddedEventParams
Returns a duplicate of the value. Read more
1.0.0 · 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 EntryAddedEventParams
impl Debug for EntryAddedEventParams
Source§impl<'de> Deserialize<'de> for EntryAddedEventParams
impl<'de> Deserialize<'de> for EntryAddedEventParams
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 PartialEq for EntryAddedEventParams
impl PartialEq for EntryAddedEventParams
Source§impl Serialize for EntryAddedEventParams
impl Serialize for EntryAddedEventParams
impl StructuralPartialEq for EntryAddedEventParams
Auto Trait Implementations§
impl Freeze for EntryAddedEventParams
impl RefUnwindSafe for EntryAddedEventParams
impl Send for EntryAddedEventParams
impl Sync for EntryAddedEventParams
impl Unpin for EntryAddedEventParams
impl UnwindSafe for EntryAddedEventParams
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