pub struct InitiatingEvent {
pub id: String,
pub message: ExternalRef,
pub next: NodeId,
}Fields§
§id: String§message: ExternalRef§next: NodeIdTrait Implementations§
Source§impl Clone for InitiatingEvent
impl Clone for InitiatingEvent
Source§fn clone(&self) -> InitiatingEvent
fn clone(&self) -> InitiatingEvent
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 InitiatingEvent
impl Debug for InitiatingEvent
Source§impl<'de> Deserialize<'de> for InitiatingEvent
impl<'de> Deserialize<'de> for InitiatingEvent
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 InitiatingEvent
impl RefUnwindSafe for InitiatingEvent
impl Send for InitiatingEvent
impl Sync for InitiatingEvent
impl Unpin for InitiatingEvent
impl UnsafeUnpin for InitiatingEvent
impl UnwindSafe for InitiatingEvent
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