pub enum NodeOperationKind {
Send,
Broadcast,
}Variants§
Trait Implementations§
Source§impl Clone for NodeOperationKind
impl Clone for NodeOperationKind
Source§fn clone(&self) -> NodeOperationKind
fn clone(&self) -> NodeOperationKind
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 NodeOperationKind
Source§impl Debug for NodeOperationKind
impl Debug for NodeOperationKind
impl Eq for NodeOperationKind
Source§impl PartialEq for NodeOperationKind
impl PartialEq for NodeOperationKind
Source§fn eq(&self, other: &NodeOperationKind) -> bool
fn eq(&self, other: &NodeOperationKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NodeOperationKind
Auto Trait Implementations§
impl Freeze for NodeOperationKind
impl RefUnwindSafe for NodeOperationKind
impl Send for NodeOperationKind
impl Sync for NodeOperationKind
impl Unpin for NodeOperationKind
impl UnsafeUnpin for NodeOperationKind
impl UnwindSafe for NodeOperationKind
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