pub struct GraphRelationMaterializedEvent {
pub envelope: ProjectionEnvelope,
pub data: GraphRelationMaterializedData,
}Fields§
§envelope: ProjectionEnvelope§data: GraphRelationMaterializedDataTrait Implementations§
Source§impl Clone for GraphRelationMaterializedEvent
impl Clone for GraphRelationMaterializedEvent
Source§fn clone(&self) -> GraphRelationMaterializedEvent
fn clone(&self) -> GraphRelationMaterializedEvent
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<'de> Deserialize<'de> for GraphRelationMaterializedEvent
impl<'de> Deserialize<'de> for GraphRelationMaterializedEvent
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<GraphRelationMaterializedEvent, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<GraphRelationMaterializedEvent, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for GraphRelationMaterializedEvent
Source§impl Serialize for GraphRelationMaterializedEvent
impl Serialize for GraphRelationMaterializedEvent
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for GraphRelationMaterializedEvent
Auto Trait Implementations§
impl Freeze for GraphRelationMaterializedEvent
impl RefUnwindSafe for GraphRelationMaterializedEvent
impl Send for GraphRelationMaterializedEvent
impl Sync for GraphRelationMaterializedEvent
impl Unpin for GraphRelationMaterializedEvent
impl UnsafeUnpin for GraphRelationMaterializedEvent
impl UnwindSafe for GraphRelationMaterializedEvent
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