pub enum NodeSignalDispositionAction {
Default,
Ignore,
User,
}Variants§
Trait Implementations§
Source§impl Clone for NodeSignalDispositionAction
impl Clone for NodeSignalDispositionAction
Source§fn clone(&self) -> NodeSignalDispositionAction
fn clone(&self) -> NodeSignalDispositionAction
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 moreimpl Copy for NodeSignalDispositionAction
Source§impl Debug for NodeSignalDispositionAction
impl Debug for NodeSignalDispositionAction
Source§impl<'de> Deserialize<'de> for NodeSignalDispositionAction
impl<'de> Deserialize<'de> for NodeSignalDispositionAction
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
impl Eq for NodeSignalDispositionAction
Source§impl From<NodeSignalDispositionAction> for WasmSignalDispositionAction
impl From<NodeSignalDispositionAction> for WasmSignalDispositionAction
Source§fn from(value: NodeSignalDispositionAction) -> Self
fn from(value: NodeSignalDispositionAction) -> Self
Converts to this type from the input type.
Source§impl PartialEq for NodeSignalDispositionAction
impl PartialEq for NodeSignalDispositionAction
Source§fn eq(&self, other: &NodeSignalDispositionAction) -> bool
fn eq(&self, other: &NodeSignalDispositionAction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NodeSignalDispositionAction
Auto Trait Implementations§
impl Freeze for NodeSignalDispositionAction
impl RefUnwindSafe for NodeSignalDispositionAction
impl Send for NodeSignalDispositionAction
impl Sync for NodeSignalDispositionAction
impl Unpin for NodeSignalDispositionAction
impl UnsafeUnpin for NodeSignalDispositionAction
impl UnwindSafe for NodeSignalDispositionAction
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