pub struct ProcessInputIntrospection {
pub name: String,
pub ty: TypeView,
}Fields§
§name: String§ty: TypeViewTrait Implementations§
Source§impl Clone for ProcessInputIntrospection
impl Clone for ProcessInputIntrospection
Source§fn clone(&self) -> ProcessInputIntrospection
fn clone(&self) -> ProcessInputIntrospection
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 ProcessInputIntrospection
impl Debug for ProcessInputIntrospection
Source§impl<'de> Deserialize<'de> for ProcessInputIntrospection
impl<'de> Deserialize<'de> for ProcessInputIntrospection
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
Source§impl PartialEq for ProcessInputIntrospection
impl PartialEq for ProcessInputIntrospection
Source§fn eq(&self, other: &ProcessInputIntrospection) -> bool
fn eq(&self, other: &ProcessInputIntrospection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ProcessInputIntrospection
Auto Trait Implementations§
impl Freeze for ProcessInputIntrospection
impl RefUnwindSafe for ProcessInputIntrospection
impl Send for ProcessInputIntrospection
impl Sync for ProcessInputIntrospection
impl Unpin for ProcessInputIntrospection
impl UnsafeUnpin for ProcessInputIntrospection
impl UnwindSafe for ProcessInputIntrospection
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