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