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