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