pub struct TimelineEventAddedEvent {
pub params: TimelineEventAddedEventParams,
}Fields§
§params: TimelineEventAddedEventParamsTrait Implementations§
Source§impl Clone for TimelineEventAddedEvent
impl Clone for TimelineEventAddedEvent
Source§fn clone(&self) -> TimelineEventAddedEvent
fn clone(&self) -> TimelineEventAddedEvent
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 TimelineEventAddedEvent
impl Debug for TimelineEventAddedEvent
Source§impl<'de> Deserialize<'de> for TimelineEventAddedEvent
impl<'de> Deserialize<'de> for TimelineEventAddedEvent
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 TimelineEventAddedEvent
impl PartialEq for TimelineEventAddedEvent
Source§impl Serialize for TimelineEventAddedEvent
impl Serialize for TimelineEventAddedEvent
impl StructuralPartialEq for TimelineEventAddedEvent
Auto Trait Implementations§
impl Freeze for TimelineEventAddedEvent
impl RefUnwindSafe for TimelineEventAddedEvent
impl Send for TimelineEventAddedEvent
impl Sync for TimelineEventAddedEvent
impl Unpin for TimelineEventAddedEvent
impl UnwindSafe for TimelineEventAddedEvent
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