pub struct TimelineCommittedEvent { /* private fields */ }
Trait Implementations§
Source§impl Debug for TimelineCommittedEvent
impl Debug for TimelineCommittedEvent
Source§impl<'de> Deserialize<'de> for TimelineCommittedEvent
impl<'de> Deserialize<'de> for TimelineCommittedEvent
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 TimelineCommittedEvent
impl RefUnwindSafe for TimelineCommittedEvent
impl Send for TimelineCommittedEvent
impl Sync for TimelineCommittedEvent
impl Unpin for TimelineCommittedEvent
impl UnwindSafe for TimelineCommittedEvent
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