pub struct InputAtomInput {
pub context: ExecutionContext,
}Expand description
Input for InputAtom
Fields§
§context: ExecutionContextAtom execution context
Trait Implementations§
Source§impl Clone for InputAtomInput
impl Clone for InputAtomInput
Source§fn clone(&self) -> InputAtomInput
fn clone(&self) -> InputAtomInput
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 InputAtomInput
impl Debug for InputAtomInput
Source§impl<'de> Deserialize<'de> for InputAtomInput
impl<'de> Deserialize<'de> for InputAtomInput
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 InputAtomInput
impl RefUnwindSafe for InputAtomInput
impl Send for InputAtomInput
impl Sync for InputAtomInput
impl Unpin for InputAtomInput
impl UnsafeUnpin for InputAtomInput
impl UnwindSafe for InputAtomInput
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