pub enum NodeUpdateBody {
SubscriptionUpdate {
items: Vec<SubscriptionUpdateItem>,
},
}Variants§
Trait Implementations§
Source§impl Debug for NodeUpdateBody
impl Debug for NodeUpdateBody
Source§impl<'de> Deserialize<'de> for NodeUpdateBody
impl<'de> Deserialize<'de> for NodeUpdateBody
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 Display for NodeUpdateBody
impl Display for NodeUpdateBody
Auto Trait Implementations§
impl Freeze for NodeUpdateBody
impl RefUnwindSafe for NodeUpdateBody
impl Send for NodeUpdateBody
impl Sync for NodeUpdateBody
impl Unpin for NodeUpdateBody
impl UnsafeUnpin for NodeUpdateBody
impl UnwindSafe for NodeUpdateBody
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