pub struct SerializedSend {
pub node: String,
pub state: Value,
}Expand description
Serialized Send operation
Represents a Send object flowing through the __pregel_tasks channel.
Fields§
§node: StringDestination node name
state: ValueSerialized state override
Trait Implementations§
Source§impl Clone for SerializedSend
impl Clone for SerializedSend
Source§fn clone(&self) -> SerializedSend
fn clone(&self) -> SerializedSend
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 SerializedSend
impl Debug for SerializedSend
Source§impl<'de> Deserialize<'de> for SerializedSend
impl<'de> Deserialize<'de> for SerializedSend
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 SerializedSend
impl RefUnwindSafe for SerializedSend
impl Send for SerializedSend
impl Sync for SerializedSend
impl Unpin for SerializedSend
impl UnsafeUnpin for SerializedSend
impl UnwindSafe for SerializedSend
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